In-depth understanding of the components of Kubernetes Kube apisserver

Deep understanding of Kube-APIServer kube-apiserver is one of the most important core components of Kubernetes and mainly provides the following functions Provides REST API interface for cluster management, including authentication and authorization, data verification, cluster status changes, etc. Provides a hub for data interaction and communication between other modules (other modules query or modify data through API Server, only API Server directly operates etcd) apiserver main functions: Authentication: Use the cluster to determine identity....

September 28, 2023 · 23 min · 4855 palabras · Xinwei Xiong, Me

Comprensión profunda de Kubernetes y otros componentes ETCD

Antes de empezar ETCD es el más difícil de todos los componentes de Kubernetes porque ETCD tiene estado, no apátrida. Cuando estaba diseñando el tiempo de ejecución de k3s antes, aprendí algunos conceptos sobre los algoritmos ETCD y Raft. Como preludio al conocimiento, vaya a [ETCD] (https://docker.nsddd.top/Cloud-Native-k8s/24. html) y Algoritmo Raft para el aprendizaje previo. **Este artículo explicará ETCD y Raft en profundidad y en todo momento. Y analice ETCD en profundidad desde la perspectiva de Kubernetes....

September 26, 2023 · 33 min · 6864 palabras · Xinwei Xiong, Me

Kubernetes an Article to Get Started Quickly

Comienza la película principal ~ Kubernetes es un proyecto de código abierto iniciado por el equipo de Google. Su objetivo es administrar contenedores en múltiples hosts y se utiliza para implementar, expandir y administrar automáticamente aplicaciones en contenedores. El principal lenguaje de implementación es el lenguaje Go. Los componentes y la arquitectura de Kubernetes siguen siendo relativamente complejos. Aprende lentamente ~ Necesitamos organizar urgentemente un contenedor~ ¿Por qué Kubernetes dejó de usar Docker?...

April 28, 2022 · 26 min · 5387 palabras · Xinwei Xiong, Me