官方来源英文地址: https://kubernetes.io/docs/reference/glossary/?fundamental=true 官方k8s术语汇编 中文地址:https://kubernetes.io/zh/docs/reference/glossary Reference (英文版术语汇编) kubenetes 集群工作模型 本翻译是aozhejin翻译的原创性,如果转载请跟本人沟通, 此博文,你会发现有诸多好处. 1.中英文结合...
For more information about Namespaces, refer to the official Kubernetes documentation. To create a namespace, run the following command: bash Copy kubectl create namespace my-grafana In this example, the namespace is my-grafana To verify and view the newly created namespace, run the following...
Glossary of Kubernetes terms Useful commands and shortcuts Introduction Welcome to the world of Kubernetes! If you're just starting out, you might feel a bit overwhelmed by all the jargon and the sheer scale of what Kubernetes can do. That's perfectly normal. Kubernetes is a powerful tool, ...
The kubectl command-line tool installed on your local machine, configured to connect to your cluster. You can read more about how to install kubectlin the official documentation. The Kubernetes package manager Helm installed. You can learn how to install Helm inthe official documentation. Deploying ...
This guide provides you with a reference and glossary for terminology and concepts related to the Kubernetes application and infrastructure orchestration technology.
Product Documentation White Papers Glossary Customer Stories Webinars Free Online Courses F5 Certification LearnF5 Training SUPPORT Manage Subscriptions Support Portal Professional Services Create a Service Request Software Downloads PARTNERS Find a Reseller Partner Technology Alliances Beco...
Per theKubernetes glossary, acontrollerimplements a control loop, watching the shared state of the cluster through the API server and making changes in an attempt to move the current state toward the desired state. Before we dive into the controller’s inner workings, let’s define our terminolo...
A glossary of common terms used within the guide Rehost Replatform Refactor This project is governed by ourCode of Conduct. All participants are expected to uphold this code. Violations of the code can be reported by contacting us in communication channels. ...
Glossary Good introduction: https://www.baeldung.com/kubernetes (german) Calico https://www.projectcalico.org/ CNI Container Network Interface etcd Distributed reliable key-value store for the most critical data of a distributed system [kube-apiserver][https://kubernetes.io/docs/concepts/overview/co...
Glossary of Kubernetes terms Cluster: A set of nodes (machines) that run containerized applications managed by Kubernetes. It includes at least one master node and several worker nodes. Node: A single machine in a Kubernetes cluster. Nodes can be physical or virtual. Each node runs pods and ...