Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts.
Go to file
rsavchuk 4d5041e29e Update ETCD manual 2023-05-03 17:01:30 +02:00
deployments Update to Kubernetes 1.18.6 2020-07-18 00:42:18 -07:00
docs Update ETCD manual 2023-05-03 17:01:30 +02:00
.gitignore Update to Kubernetes 1.15.3 2019-09-15 12:10:26 -07:00
CONTRIBUTING.md Add brief contribution guide 2018-01-30 07:38:21 -08:00
COPYRIGHT.md Update to Kubernetes 1.15.3 2019-09-15 12:10:26 -07:00
LICENSE add LICENSE file 2016-07-09 09:31:13 -07:00
README.md Add basic scripts to configure kuberntes cluster 2023-04-24 22:52:17 +02:00

README.md

Kubernetes The Hard Way

This tutorial is partially based on Kubernetes The Hard Way.

The main focus of this tutorial is to explain the necessity of Kubernetes components. That is why there is no need to configure multiple instances of each component and allow us to set up a single-node Kubernetes cluster. Of course, the cluster created can't be used as a production-ready Kubernetes cluster.

To configure the cluster mentioned, we will use Ubuntu server 20.04 (author uses the VM in Hetzner).

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (whatever it means).

Labs