Member-only story

How to create the Google Kubernetes Engine cluster

Kubernetes

Komal Agrawal
1 min readMay 21, 2024

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.

Fig: State of Kubernetes cluster

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

--

--

Komal Agrawal
Komal Agrawal

Written by Komal Agrawal

Test Engineer @HCLTech, GCP DevOps Certified, Reader & Writer

Responses (2)