Skip to content

Commit cb11cec

Browse files
committed
Cleaup Labs
1 parent d6f5b5e commit cb11cec

28 files changed

Lines changed: 224 additions & 527 deletions

File tree

.github/workflows/build-devcontainer.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

Labs/00-VerifyCluster/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# K8S Hands-on
2-
3-
4-
5-
### Verify pre-requirements
6-
7-
- **`kubectl`** - short for Kubernetes Controller - is the CLI for Kubernetes cluster and is required in order to be able to run the labs.
8-
- In order to install `kubectl` and if required creating a local cluster, please refer to [Kubernetes - Install Tools](https://kubernetes.io/docs/tasks/tools/)
9-
10-
---
11-
121
### 01. Installing Kind
132

143
- If you don't have an existing cluster you can use google cloud for the labs hands-on

Labs/01-Namespace/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
2-
# K8S Hands-on
3-
4-
5-
61
---
72

83
# Namespaces
@@ -16,15 +11,6 @@
1611
---
1712

1813

19-
### Pre-Requirements
20-
21-
- K8S cluster - <a href="../00-VerifyCluster">Setting up minikube cluster instruction</a>
22-
23-
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/nirgeier/KubernetesLabs)
24-
**<kbd>CTRL</kbd> + <kbd>click</kbd> to open in new window**
25-
26-
---
27-
2814
### 01. Create Namespace
2915

3016
```sh

Labs/02-Deployments-Imperative/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
# K8S Hands-on
3-
4-
51
---
62
# Deployment - Imperative
73

@@ -14,16 +10,6 @@
1410

1511
---
1612

17-
### Pre-Requirements
18-
19-
- K8S cluster - <a href="../00-VerifyCluster">Setting up minikube cluster instruction</a>
20-
21-
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/nirgeier/KubernetesLabs)
22-
**<kbd>CTRL</kbd> + <kbd>click</kbd> to open in new window**
23-
24-
---
25-
26-
2713
### 01. Create Namespace
2814

2915
- As completed in the previous lab, create the desired namespace [codewizard]:

Labs/03-Deployments-Declarative/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
2-
# K8S Hands-on
3-
4-
51
---
62

73
# Deployment - Declarative
84

9-
### Pre-Requirements
10-
- K8S cluster - <a href="../00-VerifyCluster">Setting up minikube cluster instruction</a>
11-
12-
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/nirgeier/KubernetesLabs)
13-
**<kbd>CTRL</kbd> + <kbd>click</kbd> to open in new window**
14-
15-
---
16-
17-
185
### 01. Create Namespace
196

207
- As completed in the previous lab, create the desired namespace [codewizard]:

Labs/04-Rollout/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
# K8S Hands-on
3-
4-
51
---
62

73
# Rollout (Rolling Update)
@@ -10,14 +6,6 @@
106
- For learning purposes we will play a little with the `CLI`.
117

128
---
13-
### Pre-Requirements
14-
- K8S cluster - <a href="../00-VerifyCluster">Setting up minikube cluster instruction</a>
15-
16-
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/nirgeier/KubernetesLabs)
17-
**<kbd>CTRL</kbd> + <kbd>click</kbd> to open in new window**
18-
19-
---
20-
219
### 01. Create namespace
2210

2311
- As completed in the previous lab, create the desired namespace [codewizard]:

Labs/05-Services/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
1-
2-
# K8S Hands-on
3-
4-
51
---
62

73
# Service Discovery
84

95
- In the following lab we will learn what is a `Service` and go over the different `Service` types.
106

117
---
12-
### Pre-Requirements
13-
- K8S cluster - <a href="../00-VerifyCluster">Setting up minikube cluster instruction</a>
14-
15-
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/nirgeier/KubernetesLabs)
16-
**<kbd>CTRL</kbd> + <kbd>click</kbd> to open in new window**
17-
18-
---
19-
208
## 01. Some general notes on what is a `Service`
219

2210

Labs/06-DataStore/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
# K8S Hands-on
3-
4-
51
---
62
# Data Store
73

@@ -15,15 +11,6 @@
1511
---
1612

1713

18-
### Pre-Requirements
19-
- K8S cluster - <a href="../00-VerifyCluster">Setting up minikube cluster instruction</a>
20-
21-
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/nirgeier/KubernetesLabs)
22-
**<kbd>CTRL</kbd> + <kbd>click</kbd> to open in new window**
23-
24-
---
25-
26-
2714
# First, Let's play a bit with Secrets
2815

2916
### 01. Create namespace and clear previous data (if there is any)

Labs/07-nginx-Ingress/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
# K8S Hands-on
3-
4-
51
---
62

73
# Nginx-Ingress
@@ -16,15 +12,6 @@
1612
- In this demo we will use `Nginx-Ingress`
1713

1814

19-
---
20-
21-
22-
### Pre-Requirements
23-
- K8S cluster - <a href="../00-VerifyCluster">Setting up minikube cluster instruction</a>
24-
25-
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.svg)](https://console.cloud.google.com/cloudshell/editor?cloudshell_git_repo=https://github.com/nirgeier/KubernetesLabs)
26-
**<kbd>CTRL</kbd> + <kbd>click</kbd> to open in new window**
27-
2815
---
2916

3017
### 01. Deploy sample app

Labs/08-Kustomization/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
2-
# K8S Hands-on
3-
4-
51
---
62

73
# Kustomization - `kubectl kustomize`

0 commit comments

Comments
 (0)