File tree Expand file tree Collapse file tree 4 files changed +39
-13
lines changed
Expand file tree Collapse file tree 4 files changed +39
-13
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ The following table lists the topics and coding activities for the week. Click o
6363
6464 | Topic | Type of Activity | Duration |
6565 | :--------------------------------------------------------------------- | :--------------------------- | :----------- |
66- | [Containers](../lectures/ containers/) | Presentation | 1 Hour |
67- | [Container Activities](../lectures /containers#activities ) | Activity | 30 mins |
68- | [Kubernetes](../lectures/kube-overview ) | Presentation | 6 Hours |
69- | [Kubernetes Activities](../lectures/kube-overview#activities ) | Activity | 4 Hours |
70- | [Continuous Integration](../lectures/continuous-integration/ ) | Presentation | 1 Hour |
71- | [Continuous Integration Lab](../lectures/ continuous-integration#activities ) | Activity | 1 Hour |
72- | [Continuous Deployment](../lectures/continuous-deployment/ ) | Presentation | 1 Hour |
73- | [Continuous Deployment Lab](../lectures/ continuous-deployment#activities ) | Activity | 1 Hour |
74- | [Project Work](../projects/project-cicd ) | Activity | 2 Hours |
66+ | [Containers](./ containers/index.md ) | Presentation | 1 Hour |
67+ | [Container Activities](./labs /containers/index.md ) | Activity | 30 mins |
68+ | [Kubernetes](./openshift/index.md ) | Presentation | 6 Hours |
69+ | [Kubernetes Activities](./labs/index.md#kubernetes ) | Activity | 4 Hours |
70+ | [Continuous Integration](./devops/tekton/index.md ) | Presentation | 1 Hour |
71+ | [Continuous Integration Lab](./labs/index.md# continuous-integration) | Activity | 1 Hour |
72+ | [Continuous Deployment](./devops/argocd/index.md ) | Presentation | 1 Hour |
73+ | [Continuous Deployment Lab](./labs/index.md# continuous-deployment) | Activity | 1 Hour |
74+ | [Project Work](./labs/index.md#projects ) | Activity | 2 Hours |
Original file line number Diff line number Diff line change 1+ ---
2+ title : DevOps Labs
3+ description : DevOps Labs
4+ ---
5+
6+ DevOps Labs
Original file line number Diff line number Diff line change 1+ ---
2+ title : Kubernetes/Openshift Labs
3+ description : Kubernetes/Openshift Labs
4+ ---
5+
6+ [ Lab 1 - Pod Creation] ( labs/kubernetes/lab1/index.md ) \
7+ [ Lab 2 - Pod Configuration] ( labs/kubernetes/lab2/index.md ) \
8+ [ Lab 3 - Multiple Containers] ( labs/kubernetes/lab3/index.md ) \
9+ [ Lab 4 - Probes] ( labs/kubernetes/lab4/index.md ) \
10+ [ Lab 5 - Debugging] ( labs/kubernetes/lab5/index.md ) \
11+ [ Lab 6 - Rolling Updates] ( labs/kubernetes/lab6/index.md ) \
12+ [ Lab 7 - Cron Jobs] ( labs/kubernetes/lab7/index.md ) \
13+ [ Lab 8 - Creating Services] ( labs/kubernetes/lab8/index.md ) \
14+ [ Lab 9 - Network Policies] ( labs/kubernetes/lab9/index.md ) \
15+ [ Lab 10 - Persistent Volumes] ( labs/kubernetes/lab10/index.md ) \
16+ [ Lab 11 - Ingress IKS] ( labs/kubernetes/ingress-iks/index.md ) \
17+ [ Solutions] ( labs/kubernetes/lab-solutions.md ) \
Original file line number Diff line number Diff line change @@ -103,10 +103,12 @@ nav:
103103 - <div class="header">Continuous Deployment</div> :
104104 - devops/argocd/index.md
105105 - ArgoCD : devops/argocd/index.md
106- - Activities/Labs :
106+ - Main :
107107 - labs/index.md
108- - Containers : labs/containers/index.md
109- - Container Registries : labs/containers/container-registry/index.md
108+ - Containers :
109+ - labs/index.md
110+ - Docker : labs/containers/index.md
111+ - Container Registries : labs/containers/container-registry/index.md
110112 - Kubernetes/OpenShift :
111113 - labs/index.md
112114 - Lab 1 - Pod Creation : labs/kubernetes/lab1/index.md
125127 - labs/index.md
126128 - Tekton : labs/devops/tekton/index.md
127129 - Jenkins : labs/devops/jenkins/index.md
128- - IBM Cloud : labs/devops/ibm-toolchain/index.md
130+ - IBM Cloud : labs/devops/ibm-toolchain/index.md
131+ - ArgoCD : labs/devops/argocd/index.md
You can’t perform that action at this time.
0 commit comments