Skip to content

dadez/k8s-school

Repository files navigation

k8s-school

# Install dind cluster
wget https://cdn.rawgit.com/Mirantis/kubeadm-dind-cluster/master/fixed/dind-cluster-v1.8.sh

# Get configuration file from dind cluster
$ docker cp kube-master:/etc/kubernetes/admin.conf  ~/src/k8s-school/dot-kube/dindconfig
$ ln -sf ~/src/k8s-school/dot-kube/dindconfig ~/src/k8s-school/dot-kube/config

# GCE users
$ gcloud container clusters get-credentials cluster-1 --zone us-central1-a --project backup-155022

Exercices

Install dashboard

Play with examples

Install 2 example apps:

https://github.com/kubernetes/examples/blob/master/README.md

Install Prometheus

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages