- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 699 for host:kubernetes.io (0.04 sec)
-
Debugging DNS Resolution | Kubernetes
This page provides hints on diagnosing DNS problems. 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/administer-cluster/dns-debugging-resolution/Registered: Wed Sep 03 06:14:32 UTC 2025 - 478.5K bytes - Viewed (0) -
Accessing Clusters | Kubernetes
This topic discusses multiple ways to interact with clusters. Accessing for the first time with kubectl When accessing the Kubernetes API for the first time, we suggest using the Kubernetes CLI, kubectl. To access a cluster, you need to know the location of the cluster and have credentials to access it. Typically, this is automatically set-up when you work through a Getting started guide, or someone else set up the cluster and provided you with credentials and a location.kubernetes.io/docs/tasks/access-application-cluster/access-cluster/Registered: Wed Sep 03 06:25:48 UTC 2025 - 473.1K bytes - Viewed (0) -
Managing Service Accounts | Kubernetes
A ServiceAccount provides an identity for processes that run in a Pod. A process inside a Pod can use the identity of its associated service account to authenticate to the cluster's API server. For an introduction to service accounts, read configure service accounts. This task guide explains some of the concepts behind ServiceAccounts. The guide also explains how to obtain or revoke tokens that represent ServiceAccounts, and how to (optionally) bind a ServiceAccount's validity to the lifetime of an API object.kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/Registered: Wed Sep 03 06:26:00 UTC 2025 - 525.5K bytes - Viewed (0) -
Define Dependent Environment Variables | Kubern...
This page shows how to define dependent environment variables for a container in a Kubernetes 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/inject-data-application/define-interdependent-environment-variables/Registered: Wed Sep 03 06:24:39 UTC 2025 - 467.4K bytes - Viewed (0) -
Run a Single-Instance Stateful Application | Ku...
This page shows you how to run a single-instance stateful application in Kubernetes using a PersistentVolume and a Deployment. The application is MySQL. Objectives Create a PersistentVolume referencing a disk in your environment. Create a MySQL Deployment. Expose MySQL to other pods in the cluster at a known DNS name. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/run-application/run-single-instance-stateful-application/Registered: Wed Sep 03 06:24:43 UTC 2025 - 480.3K bytes - Viewed (0) -
kubectl expose | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_expose/Registered: Wed Sep 03 06:44:13 UTC 2025 - 468.9K bytes - Viewed (0) -
kubectl config set | Kubernetes
Synopsis Set an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. PROPERTY_VALUE is the new value you want to set. Binary fields such as 'certificate-authority-data' expect a base64 encoded string unless the --set-raw-bytes flag is used. Specifying an attribute name that already exists will merge new fields on top of existing values.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set/Registered: Wed Sep 03 06:43:13 UTC 2025 - 463.1K bytes - Viewed (0) -
kubectl explain | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_explain/Registered: Wed Sep 03 06:43:44 UTC 2025 - 463.9K bytes - Viewed (0) -
kubectl create service | Kubernetes
Synopsis Create a service using a specified subcommand. kubectl create service [flags] Options -h, --help help for service Parent Options Inherited --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --cache-dir string Default: "kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service/ Similar Results (1)Registered: Wed Sep 03 06:43:50 UTC 2025 - 462.4K bytes - Viewed (0) -
Adopting Sidecar Containers | Kubernetes
This section is relevant for people adopting a new built-in sidecar containers feature for their workloads. Sidecar container is not a new concept as posted in the blog post. Kubernetes allows running multiple containers in a Pod to implement this concept. However, running a sidecar container as a regular container has a lot of limitations being fixed with the new built-in sidecar containers support. FEATURE STATE: Kubernetes v1.33 [stable] (enabled by default: true) Objectives Understand the need for sidecar containers Be able to troubleshoot issues with the sidecar containers Understand options to universally "inject" sidecar containers to any workload Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tutorials/configuration/pod-sidecar-containers/Registered: Wed Sep 03 06:27:50 UTC 2025 - 468.8K bytes - Viewed (0)