- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 111 - 120 of 629 for host:kubernetes.io (0.07 sec)
-
Localizing Kubernetes documentation | Kubernetes
This page shows you how to localize the docs for a different language. Contribute to an existing localization You can help add or improve the content of an existing localization. In Kubernetes Slack, you can find a channel for each localization. There is also a general SIG Docs Localizations Slack channel where you can say hello. Note:For extra details on how to contribute to a specific localization, look for a localized version of this page.kubernetes.io/docs/contribute/localization/Registered: Mon Oct 28 09:52:16 UTC 2024 - 457.6K bytes - Viewed (0) -
kube-apiserver Admission (v1) | Kubernetes
Resource Types AdmissionReview AdmissionReview AdmissionReview describes an admission review request/response. FieldDescription apiVersionstringadmission.k8s.io/v1 kindstringAdmissionReview request AdmissionRequest Request describes the attributes for the admission request. response AdmissionResponse Response describes the attributes for the admission response. AdmissionRequest Appears in: AdmissionReview AdmissionRequest describes the admission.Attributes for the admission request. FieldDescription uid [Required] k8s.io/apimachinery/pkg/types.UID UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.kubernetes.io/docs/reference/config-api/apiserver-admission.v1/Registered: Mon Oct 28 09:53:03 UTC 2024 - 437.3K bytes - Viewed (0) -
kubectl top node | Kubernetes
Synopsis Display resource (CPU/memory) usage of nodes. The top-node command allows you to see the resource consumption of nodes. kubectl top node [NAME | -l label] Examples # Show metrics for all nodes kubectl top node # Show metrics for a given node kubectl top node NODE_NAME Options -h, --help help for node --no-headers If present, print output without headers -l, --selector string Selector (label query) to filter on, supports '=', '==', and '!kubernetes.io/docs/reference/kubectl/generated/kubectl_top/kubectl_top_node/Registered: Mon Oct 28 09:53:58 UTC 2024 - 433.4K bytes - Viewed (0) -
kubectl set env | Kubernetes
Synopsis Update environment variables on a pod template. List environment variable definitions in one or more pods, pod templates. Add, update, or remove container environment variable definitions in one or more pod templates (within replication controllers or deployment configurations). View or modify the environment variable definitions on all containers in the specified pods or pod templates, or just those that match a wildcard. If "--env -" is passed, environment variables can be read from STDIN using the standard env syntax.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env/Registered: Mon Oct 28 09:53:36 UTC 2024 - 439.4K bytes - Viewed (0) -
IPv4/IPv6 dual-stack | Kubernetes
Kubernetes lets you configure single-stack IPv4 networking, single-stack IPv6 networking, or dual stack networking with both network families active. This page explains how.kubernetes.io/docs/concepts/services-networking/dual-stack/Registered: Mon Oct 28 08:36:00 UTC 2024 - 463.4K bytes - Viewed (0) -
Available Documentation Versions | Kubernetes
This website contains documentation for the current version of Kubernetes and the four previous versions of Kubernetes. The availability of documentation for a Kubernetes version is separate from whether that release is currently supported. Read Support period to learn about which versions of Kubernetes are officially supported, and for how long.kubernetes.io/docs/home/supported-doc-versions/Registered: Mon Oct 28 08:35:39 UTC 2024 - 427.3K bytes - Viewed (0) -
Dual-stack support with kubeadm | Kubernetes
FEATURE STATE: Kubernetes v1.23 [stable] Your Kubernetes cluster includes dual-stack networking, which means that cluster networking lets you use either address family. In a cluster, the control plane can assign both an IPv4 address and an IPv6 address to a single Pod or a Service. Before you begin You need to have installed the kubeadm tool, following the steps from Installing kubeadm. For each server that you want to use as a node, make sure it allows IPv6 forwarding.kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/Registered: Mon Oct 28 08:39:05 UTC 2024 - 443.6K bytes - Viewed (0) -
Nodes | Kubernetes
Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods. Typically you have several nodes in a cluster; in a learning or resource-limited environment, you might have only one node. The components on a node include the kubelet, a container runtime, and the kube-proxy.kubernetes.io/docs/concepts/architecture/nodes/Registered: Mon Oct 28 08:37:52 UTC 2024 - 450.9K bytes - Viewed (0) -
Concepts | Kubernetes
The Concepts section helps you learn about the parts of the Kubernetes system and the abstractions Kubernetes uses to represent your cluster, and helps you obtain a deeper understanding of how Kubernetes works.kubernetes.io/docs/concepts/Registered: Mon Oct 28 08:39:35 UTC 2024 - 426.9K bytes - Viewed (0) -
Recommended Labels | Kubernetes
You can visualize and manage Kubernetes objects with more tools than kubectl and the dashboard. A common set of labels allows tools to work interoperably, describing objects in a common manner that all tools can understand. In addition to supporting tooling, the recommended labels describe applications in a way that can be queried. The metadata is organized around the concept of an application. Kubernetes is not a platform as a service (PaaS) and doesn't have or enforce a formal notion of an application.kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/Registered: Mon Oct 28 08:40:25 UTC 2024 - 446.2K bytes - Viewed (0)