- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 699 for host:kubernetes.io (0.15 sec)
-
kubectl rollout restart | Kubernetes
Synopsis Restart a resource. Resource rollout will be restarted. kubectl rollout restart RESOURCE Examples # Restart all deployments in the test-namespace namespace kubectl rollout restart deployment -n test-namespace # Restart a deployment kubectl rollout restart deployment/nginx # Restart a daemon set kubectl rollout restart daemonset/abc # Restart deployments with the app=nginx label kubectl rollout restart deployment --selector=app=nginx 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_rollout/kubectl_rollout_restart/ Similar Results (1)Registered: Tue Sep 09 00:10:48 UTC 2025 - 466K bytes - Viewed (0) -
kubectl expose | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_expose/Registered: Tue Sep 09 00:15:36 UTC 2025 - 469.7K bytes - Viewed (0) -
kubectl explain | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_explain/Registered: Tue Sep 09 00:13:27 UTC 2025 - 464.7K bytes - Viewed (0) -
index.json
{"_kubernetes_io":{"feed_refresh_job":"https://testgrid.k8s.io/sig-security-cve-feed#auto-refreshing-official-cve-feed","updated_at":"2025-09-08T21:38:04Z"},"authors":[{"name":"Kubernetes Community...kubernetes.io/docs/reference/issues-security/official-cve-feed/index.jsonRegistered: Tue Sep 09 00:56:45 UTC 2025 - 216.2K 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)