This GITHUB Repository show the steps to build manually Kubernetes Cluster on RHEL v8.2 VMs.
Also we perform smoke test to check application deployments in the Cluster.
We will also check cluster health via the Kubernetes Dashboard.
Information about the components in the Kubernetes cluster.
- Kubernetes 1.18.2
- Docker Container Runtime 18.09.1
- CNI Container Networking 0.8.5
- Weave Networking
- etcd 3.4.7
- CoreDNS 1.6.6
- Kubernetes Dashboard 2.0.0
- Helm 3.2.1
- Prequisites
- Compute Resources
- Install Client Tools
- Create Certificates
- Kubernetes Configuration Files
- Encryption
- Bootstraping etcd
- Bootstraping Control Plane
- Bootstraping Worker-1
- Bootstraping Worker-2
- Configure kubectl
- Configure POD Network
- Kube-apiserver to Kubelet
- DNS Addon
- Kubernetes Dashboard
- Bootstraping Helm
- Smoke Test