Rate This Document
Findability
Accuracy
Completeness
Readability

Introduction

Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. This document describes how to deploy Kubernetes on a Kunpeng server running openEuler or CentOS.

Kubernetes lets you create, deploy, manage, and scale application containers across one or more host clusters. It supports a series of container tools, including Docker. Kubernetes defines a series of building blocks in the design structure to provide a mechanism for jointly deploying, maintaining, and extending applications. The components that make up Kubernetes are loosely-coupled and scalable, allowing it to accommodate a variety of different workloads. Extensibility is largely provided by the Kubernetes API, which is used primarily as an extended internal component and as a container running on Kubernetes.

Recommended Software Version

You are advised to use openEuler 22.03 and Kubernetes 1.23.1. This document can also be a reference for deploying other Kubernetes versions.