Automated Kubernetes Cluster Creation on GCP Using Kubeadm

Vinayak Pandey
2 min readApr 13, 2021

Recently I got a couple of assignments to complete as part of screening process for Kubernetes Engineer role. Tasks for Level1 assignment are listed below:

1. Create a Kubernetes cluster on GCP.
2. Install nginx ingress controller on the cluster.
3. On this cluster, create namespaces called staging and production.
4. Install guest-book application on both namespaces.
5. Expose staging application on hostname staging-guestbook.mstakx.io
6. Expose production application on hostname guestbook.mstakx.io
7. Implement a pod autoscaler…

--

--