Member-only story
How to create the Google Kubernetes Engine cluster
Kubernetes
Kubernetes is an open-source project which can run on many different environments, from laptops to high-availability multi-node clusters, from public clouds to on-premise deployments, from virtual machines to bare metal.
Kubernetes Engine cluster
A cluster consists of a Kubernetes master API server hosted by Google and a set of worker nodes. The worker nodes are Compute Engine virtual machines.
Kubernetes pod
A Kubernetes pod is a group of containers tied together for administration and networking purposes. It can contain single or multiple containers.
In the below video, you will learn how to
- Create a Node.js server.
- Create a Docker container image.
- Create a container cluster.
- Create a Kubernetes pod.
- Scale up your services.
Video Link: https://www.youtube.com/watch?v=EQMUk10jWaA