- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 699 for host:kubernetes.io (0.08 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: Tue Sep 09 00:21:40 UTC 2025 - 488.8K bytes - Viewed (0) -
Issue Wranglers | Kubernetes
Alongside the PR Wrangler, formal approvers, reviewers and members of SIG Docs take week-long shifts triaging and categorising issues for the repository. Duties Each day in a week-long shift the Issue Wrangler will be responsible for: Triaging and tagging incoming issues daily. See Triage and categorize issues for guidelines on how SIG Docs uses metadata. Keeping an eye on stale & rotten issues within the kubernetes/website repository. Maintenance of the Issues board.kubernetes.io/docs/contribute/participate/issue-wrangler/Registered: Tue Sep 09 00:23:32 UTC 2025 - 461.1K bytes - Viewed (0) -
PR wranglers | Kubernetes
SIG Docs approvers take week-long shifts managing pull requests for the repository. This section covers the duties of a PR wrangler. For more information on giving good reviews, see Reviewing changes. Duties Each day in a week-long shift as PR Wrangler: Review open pull requests for quality and adherence to the Style and Content guides. Start with the smallest PRs (size/XS) first, and end with the largest (size/XXL). Review as many PRs as you can.kubernetes.io/docs/contribute/participate/pr-wranglers/Registered: Tue Sep 09 00:31:04 UTC 2025 - 464.2K bytes - Viewed (0) -
kubeconfig (v1) | Kubernetes
Resource Types Config Config Config holds the information needed to build connect to remote kubernetes clusters as a given user FieldDescription apiVersionstring/v1 kindstringConfig kind string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. apiVersion string Legacy field from pkg/api/types.go TypeMeta. TODO(jlowdermilk): remove this after eliminating downstream dependencies. preferences [Required] Preferences Preferences holds general information to be use for cli interactions clusters [Required] []NamedCluster Clusters is a map of referencable names to cluster configskubernetes.io/docs/reference/config-api/kubeconfig.v1/Registered: Tue Sep 09 00:27:45 UTC 2025 - 471.6K bytes - Viewed (0) -
Options for Highly Available Topology | Kubernetes
This page explains the two options for configuring the topology of your highly available (HA) Kubernetes clusters. You can set up an HA cluster: With stacked control plane nodes, where etcd nodes are colocated with control plane nodes With external etcd nodes, where etcd runs on separate nodes from the control plane You should carefully consider the advantages and disadvantages of each topology before setting up an HA cluster.kubernetes.io/docs/setup/production-environment/tools/kubeadm/ha-topology/Registered: Mon Sep 08 21:42:32 UTC 2025 - 461.3K bytes - Viewed (0) -
Security Checklist | Kubernetes
Baseline checklist for ensuring security in Kubernetes clusters.kubernetes.io/docs/concepts/security/security-checklist/Registered: Mon Sep 08 22:19:21 UTC 2025 - 480.1K bytes - Viewed (0) -
Use a User Namespace With a Pod | Kubernetes
FEATURE STATE: Kubernetes v1.33 [beta] (enabled by default: true) This page shows how to configure a user namespace for pods. This allows you to isolate the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for operations inside the user namespace, but is unprivileged for operations outside the namespace.kubernetes.io/docs/tasks/configure-pod-container/user-namespaces/Registered: Mon Sep 08 22:50:41 UTC 2025 - 467.3K bytes - Viewed (0) -
Accessing the Kubernetes API from a Pod | Kuber...
This guide demonstrates how to access the Kubernetes API from within a pod. 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/run-application/access-api-from-pod/Registered: Mon Sep 08 22:50:03 UTC 2025 - 466.6K bytes - Viewed (0) -
Developing and debugging services locally using...
Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Kubernetes applications usually consist of multiple, separate services, each running in its own container. Developing and debugging these services on a remote Kubernetes cluster can be cumbersome, requiring you to get a shell on a running container in order to run debugging tools.kubernetes.io/docs/tasks/debug/debug-cluster/local-debugging/Registered: Mon Sep 08 22:51:51 UTC 2025 - 462.8K bytes - Viewed (0) -
Debug Init Containers | Kubernetes
This page shows how to investigate problems related to the execution of Init Containers. The example command lines below refer to the Pod as <pod-name> and the Init Containers as <init-container-1> and <init-container-2>. 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/debug/debug-application/debug-init-containers/Registered: Mon Sep 08 22:51:20 UTC 2025 - 462.9K bytes - Viewed (0)