Skip to content

Commit 9cbe77e

Browse files
committed
flesh out root readme
1 parent b20528a commit 9cbe77e

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

README.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,54 @@ There are a number of software tools used throughout the course. Instructions on
1515

1616
Examines the evolution of software operations and how it has led to container orchestration + Kubernetes.
1717

18-
TODO: Link to the rest of the sections.
18+
### [02 - Technology Overview](02-technology-overview/README.md)
19+
20+
Provides a high-level overview of Kubernetes architecture and key concepts such as nodes, control plane, and data plane.
21+
22+
### [03 - Installation and Setup](03-installation-and-setup/README.md)
23+
24+
Guides you through setting up your environment and installing necessary tools for the course.
25+
26+
### [04 - Built-in Resource Types](04-built-in-resource-types/README.md)
27+
28+
Covers the fundamental resource types provided by Kubernetes and how to use them.
29+
30+
### [05 - Helm](05-helm/README.md)
31+
32+
Introduces Helm and how to use it for your own applications and installing 3rd party applications.
33+
34+
### [06 - Demo Application](06-demo-application/README.md)
35+
36+
Walks you through a 3 tier web application we will use as the basis for furthering our understanding of deploying with Kubernetes.
37+
38+
### [07 - Deploying Demo Application](07-deploying-demo-application/README.md)
39+
40+
Contains the resource manifests to deploy the demo application to Kubernetes.
41+
42+
### [08 - Extending Kubernetes](08-extending-kubernetes/README.md)
43+
44+
Discusses how applications use custom resource definitions and operators to extend Kubernetes functionalities.
45+
46+
### [09 - Deploying Auxiliary Tooling](09-deploying-auxiliary-tooling/README.md)
47+
48+
Deploys useful 3rd party tools that enhance your Kubernetes environment.
49+
50+
### [10 - Developer Experience](10-developer-experience/README.md)
51+
52+
Focuses on improving the developer experience when working with Kubernetes.
53+
54+
### [11 - Debugging](11-debugging/README.md)
55+
56+
Teaches techniques for debugging issues within your Kubernetes cluster.
57+
58+
### [12 - Deploying to Multiple Environments](12-deploying-to-multiple-environments/README.md)
59+
60+
Explores strategies for deploying applications to multiple environments using Kubernetes.
61+
62+
### [13 - Cluster and Node Upgrades](13-cluster-and-node-upgrades/README.md)
63+
64+
Provides guidance on performing upgrades to your Kubernetes clusters and nodes.
65+
66+
### [14 - CI/CD](14-cicd/README.md)
67+
68+
Discusses how to implement continuous integration and continuous delivery (CI/CD) systems for Kubernetes based applications.

0 commit comments

Comments
 (0)