- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 81 - 90 of 670 for host:kubernetes.io (0.07 sec)
-
Validating Admission Policy | Kubernetes
FEATURE STATE: Kubernetes v1.30 [stable] This page provides an overview of Validating Admission Policy. What is Validating Admission Policy? Validating admission policies offer a declarative, in-process alternative to validating admission webhooks. Validating admission policies use the Common Expression Language (CEL) to declare the validation rules of a policy. Validation admission policies are highly configurable, enabling policy authors to define policies that can be parameterized and scoped to resources as needed by cluster administrators.kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/Registered: Tue Nov 26 05:00:49 UTC 2024 - 512.9K bytes - Viewed (0) -
Adding entries to Pod /etc/hosts with HostAlias...
Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable. You can add these custom entries with the HostAliases field in PodSpec. The Kubernetes project recommends modifying DNS configuration using the hostAliases field (part of the .spec for a Pod), and not by using an init container or other means to edit /etc/hosts directly. Change made in other ways may be overwritten by the kubelet during Pod creation or restart.kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/Registered: Tue Nov 26 04:59:30 UTC 2024 - 434K bytes - Viewed (0) -
kubeadm token | Kubernetes
Bootstrap tokens are used for establishing bidirectional trust between a node joining the cluster and a control-plane node, as described in authenticating with bootstrap tokens. kubeadm init creates an initial token with a 24-hour TTL. The following commands allow you to manage such a token and also to create and manage new ones. kubeadm token create Create bootstrap tokens on the server Synopsis This command will create a bootstrap token for you.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-token/Registered: Tue Nov 26 05:08:49 UTC 2024 - 432.8K bytes - Viewed (0) -
kubectl reference | Kubernetes
kubectl reference kubectl kubectl annotate kubectl api-resources kubectl api-versions kubectl apply kubectl attach ku...kubernetes.io/docs/reference/kubectl/generated/Registered: Tue Nov 26 05:08:43 UTC 2024 - 424.6K bytes - Viewed (0) -
Deploy and Access the Kubernetes Dashboard | Ku...
Deploy the web UI (Kubernetes Dashboard) and access it.kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/Registered: Tue Nov 26 04:54:19 UTC 2024 - 435.8K bytes - Viewed (0) -
Configure Access to Multiple Clusters | Kubernetes
This page shows how to configure access to multiple clusters by using configuration files. After your clusters, users, and contexts are defined in one or more configuration files, you can quickly switch between clusters by using the kubectl config use-context command. Note:A file that is used to configure access to a cluster is sometimes called a kubeconfig file. This is a generic way of referring to configuration files. It does not mean that there is a file named kubeconfig.kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/Registered: Tue Nov 26 04:54:27 UTC 2024 - 466.3K bytes - Viewed (0) -
Handling retriable and non-retriable pod failur...
FEATURE STATE: Kubernetes v1.31 [stable] (enabled by default: true) This document shows you how to use the Pod failure policy, in combination with the default Pod backoff failure policy, to improve the control over the handling of container- or Pod-level failure within a Job. The definition of Pod failure policy may help you to: better utilize the computational resources by avoiding unnecessary Pod retries. avoid Job failures due to Pod disruptions (such preemption, API-initiated eviction or taint-based eviction).kubernetes.io/docs/tasks/job/pod-failure-policy/Registered: Tue Nov 26 04:53:57 UTC 2024 - 455.7K bytes - Viewed (0) -
Fine Parallel Processing Using a Work Queue | K...
In this example, you will run a Kubernetes Job that runs multiple parallel tasks as worker processes, each running as a separate Pod. In this example, as each pod is created, it picks up one unit of work from a task queue, processes it, and repeats until the end of the queue is reached. Here is an overview of the steps in this example: Start a storage service to hold the work queue.kubernetes.io/docs/tasks/job/fine-parallel-processing-work-queue/Registered: Tue Nov 26 04:54:48 UTC 2024 - 445.2K bytes - Viewed (0) -
Set up Konnectivity service | Kubernetes
The Konnectivity service provides a TCP level proxy for the control plane to cluster communication. 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.kubernetes.io/docs/tasks/extend-kubernetes/setup-konnectivity/Registered: Tue Nov 26 04:53:48 UTC 2024 - 468K bytes - Viewed (0) -
Authenticating with Bootstrap Tokens | Kubernetes
FEATURE STATE: Kubernetes v1.18 [stable] Bootstrap tokens are a simple bearer token that is meant to be used when creating new clusters or joining new nodes to an existing cluster. It was built to support kubeadm, but can be used in other contexts for users that wish to start clusters without kubeadm. It is also built to work, via RBAC policy, with the kubelet TLS Bootstrapping system. Bootstrap Tokens Overview Bootstrap Tokens are defined with a specific type (bootstrap.kubernetes.io/docs/reference/access-authn-authz/bootstrap-tokens/Registered: Tue Nov 26 05:05:40 UTC 2024 - 438K bytes - Viewed (0)