- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of 685 for host:kubernetes.io (0.03 sec)
-
Stateful Applications | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/stateful-application/Registered: Wed Apr 16 06:22:54 UTC 2025 - 431.6K bytes - Viewed (0) -
Configure Quotas for API Objects | Kubernetes
This page shows how to configure quotas for API objects, including PersistentVolumeClaims and Services. A quota restricts the number of objects, of a particular type, that can be created in a namespace. You specify quotas in a ResourceQuota object. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/administer-cluster/quota-api-object/Registered: Wed Apr 16 06:05:13 UTC 2025 - 450.7K bytes - Viewed (0) -
Certificates | Kubernetes
To learn how to generate certificates for your cluster, see Certificates.kubernetes.io/docs/concepts/cluster-administration/certificates/Registered: Wed Apr 16 06:05:24 UTC 2025 - 431.8K bytes - Viewed (0) -
Compatibility Version For Kubernetes Control Pl...
Since release v1.32, we introduced configurable version compatibility and emulation options to Kubernetes control plane components to make upgrades safer by providing more control and increasing the granularity of steps available to cluster administrators. Emulated Version The emulation option is set by the --emulated-version flag of control plane components. It allows the component to emulate the behavior (APIs, features, ...) of an earlier version of Kubernetes. When used, the capabilities available will match the emulated version:kubernetes.io/docs/concepts/cluster-administration/compatibility-version/Registered: Wed Apr 16 06:05:56 UTC 2025 - 434K bytes - Viewed (0) -
Custom Resources | Kubernetes
Custom resources are extensions of the Kubernetes API. This page discusses when to add a custom resource to your Kubernetes cluster and when to use a standalone service. It describes the two methods for adding custom resources and how to choose between them. Custom resources A resource is an endpoint in the Kubernetes API that stores a collection of API objects of a certain kind; for example, the built-in pods resource contains a collection of Pod objects.kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/Registered: Wed Apr 16 06:05:28 UTC 2025 - 468.5K bytes - Viewed (0) -
Tasks | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/Registered: Wed Apr 16 06:05:32 UTC 2025 - 434.7K bytes - Viewed (0) -
Extend the Kubernetes API with CustomResourceDe...
This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/Registered: Wed Apr 16 06:15:19 UTC 2025 - 622.5K bytes - Viewed (0) -
Building a Basic DaemonSet | Kubernetes
This page demonstrates how to build a basic DaemonSet that runs a Pod on every node in a Kubernetes cluster. It covers a simple use case of mounting a file from the host, logging its contents using an init container, and utilizing a pause container. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/manage-daemon/create-daemon-set/Registered: Wed Apr 16 06:15:37 UTC 2025 - 444.9K bytes - Viewed (0) -
Node Reference Information | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/node/Registered: Wed Apr 16 06:28:59 UTC 2025 - 432.3K bytes - Viewed (0) -
kubectl auth whoami | Kubernetes
Synopsis Experimental: Check who you are and your attributes (groups, extra). This command is helpful to get yourself aware of the current user attributes, especially when dynamic authentication, e.g., token webhook, auth proxy, or OIDC provider, is enabled in the Kubernetes cluster. kubectl auth whoami Examples # Get your subject attributes kubectl auth whoami # Get your subject attributes in JSON format kubectl auth whoami -o json Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_whoami/Registered: Wed Apr 16 06:29:15 UTC 2025 - 441.6K bytes - Viewed (0)