- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 669 for host:kubernetes.io (0.06 sec)
-
Deploy an App | Kubernetes
Deploy an App Using kubectl to Create a Deployment Learn about application Deployments. Deploy your first app on Kube...kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/Registered: Fri Nov 15 07:04:23 UTC 2024 - 424.8K bytes - Viewed (0) -
Performing a Rolling Update | Kubernetes
Perform a rolling update using kubectl.kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/Registered: Fri Nov 15 07:04:47 UTC 2024 - 432.6K bytes - Viewed (0) -
Explore Termination Behavior for Pods And Their...
Once you connected your Application with Service following steps like those outlined in Connecting Applications with Services, you have a continuously running, replicated application, that is exposed on a network. This tutorial helps you look at the termination flow for Pods and to explore ways to implement graceful connection draining. Termination process for Pods and their endpoints There are often cases when you need to terminate a Pod - be it for upgrade or scale down.kubernetes.io/docs/tutorials/services/pods-and-endpoint-termination-flow/Registered: Fri Nov 15 07:06:54 UTC 2024 - 443.5K bytes - Viewed (0) -
kubeadm init phase | Kubernetes
kubeadm init phase enables you to invoke atomic steps of the bootstrap process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm init phase is consistent with the kubeadm init workflow, and behind the scene both use the same code. kubeadm init phase preflight Using this command you can execute preflight checks on a control-plane node.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/Registered: Fri Nov 15 07:17:54 UTC 2024 - 534.9K bytes - Viewed (0) -
kubectl config view | Kubernetes
Synopsis Display merged kubeconfig settings or a specified kubeconfig file. You can use --output jsonpath={...} to extract specific values using a jsonpath expression. kubectl config view [flags] Examples # Show merged kubeconfig settings kubectl config view # Show merged kubeconfig settings, raw certificate data, and exposed secrets kubectl config view --raw # Get the password for the e2e user kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}' 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_config/kubectl_config_view/Registered: Fri Nov 15 07:18:21 UTC 2024 - 435.7K bytes - Viewed (0) -
kubectl auth can-i | Kubernetes
Synopsis Check whether an action is allowed. VERB is a logical Kubernetes API verb like 'get', 'list', 'watch', 'delete', etc. TYPE is a Kubernetes resource. Shortcuts and groups will be resolved. NONRESOURCEURL is a partial URL that starts with "/". NAME is the name of a particular Kubernetes resource. This command pairs nicely with impersonation. See --as global flag. kubectl auth can-i VERB [TYPE | TYPE/NAME | NONRESOURCEURL] Examples # Check to see if I can create pods in any namespace kubectl auth can-i create pods --all-namespaces # Check to see if I can list deployments in my current namespace kubectl auth can-i list deployments.kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_can-i/Registered: Fri Nov 15 07:16:20 UTC 2024 - 435.7K bytes - Viewed (0) -
kubectl replace | Kubernetes
Synopsis Replace a resource by file name or stdin. JSON and YAML formats are accepted. If replacing an existing resource, the complete resource spec must be provided. This can be obtained by $ kubectl get TYPE NAME -o yaml kubectl replace -f FILENAME Examples # Replace a pod using the data in pod.json kubectl replace -f ./pod.json # Replace a pod based on the JSON passed into stdin cat pod.kubernetes.io/docs/reference/kubectl/generated/kubectl_replace/Registered: Fri Nov 15 07:28:19 UTC 2024 - 437.5K bytes - Viewed (0) -
kube-apiserver | Kubernetes
Synopsis The Kubernetes API server validates and configures data for the api objects which include pods, services, replicationcontrollers, and others. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact. kube-apiserver [flags] Options --admission-control-config-file string File with admission control configuration. --advertise-address string The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster.kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/Registered: Fri Nov 15 07:28:45 UTC 2024 - 487.3K bytes - Viewed (0) -
WebhookAdmission Configuration (v1) | Kubernetes
Package v1 is the v1 version of the API. Resource Types WebhookAdmission WebhookAdmission WebhookAdmission provides configuration for the webhook admission controller. FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringWebhookAdmission kubeConfigFile [Required] string KubeConfigFile is the path to the kubeconfig file.kubernetes.io/docs/reference/config-api/apiserver-webhookadmission.v1/Registered: Fri Nov 15 07:29:16 UTC 2024 - 424.4K bytes - Viewed (0) -
kubectl create configmap | Kubernetes
Synopsis Create a config map based on a file, directory, or specified literal value. A single config map may package one or more key/value pairs. When creating a config map based on a file, the key will default to the basename of the file, and the value will default to the file content. If the basename is an invalid key, you may specify an alternate key. When creating a config map based on a directory, each file whose basename is a valid key in the directory will be packaged into the config map.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_configmap/Registered: Fri Nov 15 07:28:03 UTC 2024 - 437.9K bytes - Viewed (0)