Kubernetes is an open source tool for managing containers of applications whose components are deployed using a variety of containers.

Kubernetes

Kubernetes was developed by Google and used in a cluster environment.

In this tutorial, Huong Dan Java would like to summarize the tutorials on Kubernetes for your reference.

Installation

Using Docker on macOS, you can easily install Kubernetes to work with a cluster.

Basic

The basic, important concepts that you need to grasp when working with Kubernetes.

In this tutorial, I introduce to you all an overview of Kubernetes components.

In this tutorial, we will learn together about Pod in Kubernetes.

In this tutorial, we will learn about Label and Selector in Kubernetes.

In this tutorial, we will learn about ReplicaSet in Kubernetes.

In this tutorial, we will learn about Deployment in Kubernetes.

In this tutorial, we will learn about Service object in Kubernetes.

Practice

In this tutorial, I will show you how to run a Pod in the Kubernetes cluster using the “run” command.

In this tutorial, I will show you how to run a container in Kubernetes using the “create” command.

Unlike the “create” command, we can update the configuration for a Kubernetes object using the “apply” command.

Add Comment