Documentation Kubernetes !kubectl cheet sheet Kubectl is a command-line tool used to interact with Kubernetes clusters. It allows users to perform various operations such as deploying and managing applications, inspecting cluster resources, and accessing logs and debugging information.
Documentation Kubernetes Control Plane The Kubernetes control plane is the collection of components, including the API server, controller manager, scheduler, and etcd, that make global decisions about the cluster and detect and respond to cluster events.
Documentation Kubernetes Pod & Workload Management Cron Jobs A resource that runs Jobs at regular, scheduled intervals.
Documentation Kubernetes Pod & Workload Management Daemon Sets Ensures that a copy of a Pod is running across a set of nodes in Kubernetes.
Documentation Kubernetes Pod & Workload Management Deployment Files Configuration files, typically in YAML format, defining how Kubernetes resources are deployed.
Documentation Kubernetes Pod & Workload Management Helm Charts Tool for managing Kubernetes packages, known as charts, to define, install, and upgrade complex Kubernetes applications.
Documentation Kubernetes Pod & Workload Management Jobs A resource designed for executing one or more Pods that run to completion
Documentation Kubernetes Kube DNS Kubernetes worker nodes are servers that run containerized applications managed by the control plane, providing the runtime environments necessary for these applications, and communicating with the control plane via the Kubelet service.
Documentation Kubernetes Kubernetes is an open-source platform for automating the deployment, scaling, and management of containerized applications across clusters of hosts.
Documentation Kubernetes Namespaces Logical structures within Kubernetes for organizing and isolating cluster resources.
Documentation Kubernetes Namespaces Namespaces Logical partitions in Kubernetes to divide cluster resources among multiple users.
Documentation Kubernetes Node Management Node A physical or virtual machine where Kubernetes runs containers.
Documentation Kubernetes Node Management Node Azure Resource Group In Azure, a resource group containing all AKS node-related resources.
Documentation Kubernetes Node Management Node Labels key-value pairs used to organize and select subsets of nodes
Documentation Kubernetes Node Management Deals with the management and configuration of worker machines.
Documentation Kubernetes Node Management Node Pool A collection of nodes with similar configurations within a Kubernetes cluster.
Documentation Kubernetes Node Management Node Selector Kubernetes feature to schedule Pods on specific nodes using labels.
Documentation Kubernetes Node Management Node Taints Mark a node so that pods are not scheduled onto it unless they tolerate the taint.
Documentation Kubernetes Pod & Workload Management Different types of applications and processes that are run and managed on a Kubernetes cluster.
Documentation Kubernetes Pod & Workload Management Pods The smallest deployable unit in Kubernetes that can host one or more containers.
Documentation Kubernetes Pod & Workload Management Replica Sets Used to guarantee the availability of a specified number of identical Pods
Documentation Kubernetes Pod & Workload Management Stateful Sets Workload API used in Kubernetes for managing stateful applications.
Documentation Kubernetes Storage Strategies and solutions for managing data storage in a Kubernetes environment.
Documentation Kubernetes Storage Storage Ephemeral Temporary storage in Kubernetes, tied to a Pod’s lifecycle.
Documentation Kubernetes Storage Storage Persistent Storage option in Kubernetes that allows data to persist beyond the life of a Pod.
Documentation Kubernetes Kube DNS Troubleshoot Kube DNS How to troubleshoot Kube DNS
Documentation Kubernetes Worker Nodes Kubernetes worker nodes are servers that run containerized applications managed by the control plane, providing the runtime environments necessary for these applications, and communicating with the control plane via the Kubelet service.
Documentation Kubernetes Pod & Workload Management Workloads Describe the objects that manage and run containers on the cluster.