Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate trainings #101

Merged
merged 46 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
b088d6e
initial consolidation draft
stroebitzer Apr 5, 2024
c0c1e41
create cluster via makefile
stroebitzer Apr 8, 2024
c2ad94a
share makefiles in trainings
stroebitzer Apr 8, 2024
d548997
fix call from makefile to makefile
stroebitzer Apr 9, 2024
ce0797e
add .trainingrc script
stroebitzer Apr 9, 2024
8ed6a16
add installation of ingress, prometheus and loki to setup
stroebitzer Apr 9, 2024
2698fae
install helm charts
stroebitzer Apr 9, 2024
b70b785
fix readmes
stroebitzer Apr 9, 2024
8a97289
fix readmes
stroebitzer Apr 9, 2024
c853da2
fix problem with ingress ip in wrong region
stroebitzer Apr 10, 2024
1b46bee
fix problem with ingress ip in wrong region
stroebitzer Apr 10, 2024
5aad7ea
add verification of ingress ip
stroebitzer Apr 10, 2024
dc0f262
rework secrets lab
stroebitzer Apr 11, 2024
6451862
Calling the k8s api
stroebitzer Apr 15, 2024
83435ce
Change Application Image in manifests
stroebitzer Apr 15, 2024
4a518b8
Progress on KF4D labs
stroebitzer Apr 16, 2024
a163722
Progress on KF4D labs
stroebitzer Apr 17, 2024
594ca9a
fix INGRESS_IP env var
stroebitzer Apr 18, 2024
77ccca6
fix distroless
stroebitzer Apr 18, 2024
9b82f8b
fix distroless
stroebitzer Apr 18, 2024
ebfce2e
finish kf4d
stroebitzer Apr 18, 2024
5dc627c
progress on kf4o
stroebitzer Apr 19, 2024
527d006
fix user issue
stroebitzer Apr 19, 2024
329377d
relocate teardown script
stroebitzer Apr 19, 2024
eb978dd
kf4o progress
stroebitzer Apr 22, 2024
ab99a19
kf4o rearrange shell scripts
stroebitzer Apr 22, 2024
f42440b
fix etcd
stroebitzer Apr 22, 2024
f485546
fix api-server
stroebitzer Apr 23, 2024
abc8cea
finish master nodes setup, start on worker nodes
stroebitzer Apr 24, 2024
64be8ba
sketch worker node setup
stroebitzer Apr 25, 2024
69b9276
progress on worker nodes
stroebitzer Apr 26, 2024
ac00013
kubernetes cluster working
stroebitzer Apr 29, 2024
5ead115
source .trainingrc files
stroebitzer Apr 30, 2024
6b541d1
fix install flag
stroebitzer Apr 30, 2024
c8a066d
fix dir creation
stroebitzer Apr 30, 2024
c12f455
fix etcd verification
stroebitzer Apr 30, 2024
ab71c8c
fix READMEs
stroebitzer Apr 30, 2024
d5128d1
fix READMEs
stroebitzer Apr 30, 2024
375774c
adapt root README
stroebitzer May 2, 2024
73a7dce
consolidate todos
stroebitzer May 3, 2024
3b4d0e0
rename servicemesh
stroebitzer May 3, 2024
25ec0af
small changes
stroebitzer May 3, 2024
7d1a453
add future todo
stroebitzer May 7, 2024
af2f832
Readme updates after the review
koksay Jun 1, 2024
8c56aac
fix machine deletion
stroebitzer Jun 3, 2024
82d31ef
enhance README file on KF4O magicless K8s
stroebitzer Jun 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
51 changes: 31 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,50 @@
# Kubermatic Training

In this repo, you will find Kubermatic training materials.
In this repo, you will find Kubermatic training materials.

## Overview

### [Advanced Operations of Kubernetes with KubeOne](advanced_operations_of_kubernetes_with_kubeone/README.md)
Learn about KubeOne - the open source Kubernetes cluster lifecycle management tool for a single cluster on any infrastructure.
### Basic Path

#### Linux Fundamentals

Learn the basics on how to work with Linux.

#### Container Fundamentals

### [Container Fundamentals](container_fundamentals/README.md)
Learn the basics on how to work with Containers.

### [KKP Administration](kkp_administration/README.md)
Learn how to setup and configure KKP.
### Developer Path

### [Kubernetes Application Development](kubernetes_application_development/README.md)
Learn how to implement cloud native applications to be run on Kubernetes.
#### Kubernetes Fundamentals for Developers

### [Kubernetes Fundamentals](kubernetes_fundamentals/README.md)
Learn the basics about Kubernetes.
Learn the basics about Kubernetes and how to implement cloud native applications.

#### Kubernetes Servicemesh

Learn the feature set of a ServiceMesh.

#### Kubernetes Helm

### [Kubernetes Helm](kubernetes_helm/README.md)
Learn the basics about Helm to manage your Kubernetes applications.

### [Kubernetes Operations Fundamentals](kubernetes_operations_fundamentals/README.md)
Learn how to setup a Kubernetes Cluster without any tool support.
### Ops Path

### [Kubernetes Security](kubernetes_security/README.md)
Learn how to secure a Kubernetes Cluster.
#### Kubernetes Fundamentals for Operators

### [Linux Fundamentals](linux_fundamentals/README.md)
Learn the basics on how to work with Linux.
Learn the basics about Kubernetes and how to setup and operate Kubernetes.

### [Servicemesh](servicemesh/README.md)
Learn the feature set of a ServiceMesh.
#### Advanced Operations of Kubernetes with KubeOne

Learn about KubeOne - the open source Kubernetes cluster lifecycle management tool for a single cluster on any infrastructure.

#### KKP Administration

Learn how to setup and configure KKP.

#### Kubernetes Security

Learn how to secure a Kubernetes Cluster.

## Installation

Expand All @@ -53,4 +65,3 @@ Thanks for taking the time to join our community and start contributing!

[2]: https://github.com/kubermatic-labs/trainings/blob/master/CONTRIBUTING.md
[4]: https://github.com/kubermatic-labs/trainings/blob/master/CODE_OF_CONDUCT.md

3 changes: 0 additions & 3 deletions kubernetes_7_sins/00_app/.dockerignore

This file was deleted.

1 change: 0 additions & 1 deletion kubernetes_7_sins/00_app/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions kubernetes_7_sins/00_app/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions kubernetes_7_sins/00_app/Dockerfile-A

This file was deleted.

11 changes: 0 additions & 11 deletions kubernetes_7_sins/00_app/Dockerfile-B

This file was deleted.

35 changes: 0 additions & 35 deletions kubernetes_7_sins/00_app/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions kubernetes_7_sins/00_app/go.mod

This file was deleted.

18 changes: 0 additions & 18 deletions kubernetes_7_sins/00_setup/README.md

This file was deleted.

116 changes: 0 additions & 116 deletions kubernetes_7_sins/00_setup/setup_cluster.sh

This file was deleted.

63 changes: 0 additions & 63 deletions kubernetes_7_sins/01_oom/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions kubernetes_7_sins/01_oom/pod.yaml

This file was deleted.