Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
k
- Kubernetes API Description: The Kubernetes API is the interface through which users and components interact with the Kubernetes cluster. This API allows for(...) Read more
- Kubernetes Tiller Description: Kubernetes Tiller is the server-side component of Helm, a package management tool for Kubernetes. Tiller acts as an intermediary(...) Read more
- Kubernetes CRD Description: Kubernetes CRD, or Custom Resource Definition, is a fundamental feature of Kubernetes that allows users to extend the capabilities(...) Read more
- Kubernetes RBAC Description: RBAC (Role-Based Access Control) is a method for regulating access to resources in Kubernetes, allowing administrators to define(...) Read more
- Kubernetes NetworkPolicy Description: The Kubernetes Network Policy is an API resource that controls the flow of traffic between Pods, allowing the definition of how(...) Read more
- Kubernetes PodDisruptionBudget Description: The PodDisruptionBudget (PDB) in Kubernetes is a policy that limits the number of concurrent disruptions to Pods, thereby ensuring(...) Read more
- Kubelet Configuration Description: Kubelet configuration is an essential component in the Kubernetes ecosystem, responsible for managing the nodes of the cluster. The(...) Read more
- Kubernetes StatefulSet Description: Kubernetes StatefulSet is an API object for workload management that handles stateful applications, providing a mechanism to deploy(...) Read more
- Kubernetes DaemonSet Description: Kubernetes DaemonSet is an API object for workload that ensures that all (or some) nodes in a Kubernetes cluster run a copy of a(...) Read more
- Kubernetes Job Description: Kubernetes is a container orchestration system that automates the deployment, scaling, and management of containerized(...) Read more
- Kubernetes CronJob Description: Kubernetes CronJob is a controller that allows scheduling tasks to run in a Kubernetes cluster at regular intervals, similar to the(...) Read more
- Kubernetes Admission Controller Description: The Kubernetes Admission Controller is an essential component that acts as a piece of code that intercepts requests to the(...) Read more
- Kubernetes ResourceQuota Description: The Kubernetes resource quota is a policy that limits the amount of resources that can be consumed by a namespace in a Kubernetes(...) Read more
- Kubernetes Endpoint Description: A Kubernetes endpoint is an object that represents a set of endpoints for a service, allowing communication between pods and other(...) Read more
- Kubernetes PersistentVolume Description: A PersistentVolume (PV) in Kubernetes is a piece of storage in the cluster that has been provisioned by an administrator. This(...) Read more