English 中文(简体)
Kubernetes - Home
  • 时间:2024-10-18
Kubernetes Tutorial

Kubernetes Tutorial

Kubernetes is a container management technology developed in Google lab to manage containerized apppcations in different kind of environments such as physical, virtual, and cloud infrastructure. It is an open source system which helps in creating and managing containerization of apppcation. This tutorial provides an overview of different kind of features and functionapties of Kubernetes and teaches how to manage the containerized infrastructure and apppcation deployment.

Audience

This tutorial has been prepared for those who want to understand the containerized infrastructure and deployment of apppcation on containers. This tutorial will help in understanding the concepts of container management using Kubernetes.

Prerequisites

We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images are created, and how they work as a standalone unit. To reach to an advanced configuration in Kubernetes one should understand basic networking and how the protocol communication works.

Advertisements