- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 501 - 510 of 686 for host:kubernetes.io (0.04 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: Wed Jun 04 07:12:41 UTC 2025 - 542.4K bytes - Viewed (0) -
Updating Configuration via a ConfigMap | Kubern...
This page provides a step-by-step example of updating configuration within a Pod via a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. At the end of this tutorial, you will understand how to change the configuration for a running application. This tutorial uses the alpine and nginx images as examples. 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/updating-configuration-via-a-configmap/Registered: Wed Jun 04 07:12:27 UTC 2025 - 539K bytes - Viewed (0) -
Migrate from PodSecurityPolicy to the Built-In ...
This page describes the process of migrating from PodSecurityPolicies to the built-in PodSecurity admission controller. This can be done effectively using a combination of dry-run and audit and warn modes, although this becomes harder if mutating PSPs are used. Before you begin Your Kubernetes server must be at or later than version v1.22. To check the version, enter kubectl version. If you are currently running a version of Kubernetes other than 1.kubernetes.io/docs/tasks/configure-pod-container/migrate-from-psp/Registered: Wed Jun 04 06:57:00 UTC 2025 - 469.8K bytes - Viewed (0) -
Debug Services | Kubernetes
An issue that comes up rather frequently for new installations of Kubernetes is that a Service is not working properly. You've run your Pods through a Deployment (or other workload controller) and created a Service, but you get no response when you try to access it. This document will hopefully help you to figure out what's going wrong. Running commands in a Pod For many steps here you will want to see what a Pod running in the cluster sees.kubernetes.io/docs/tasks/debug/debug-application/debug-service/Registered: Wed Jun 04 06:56:47 UTC 2025 - 490K bytes - Viewed (0) -
Share a Cluster with Namespaces | Kubernetes
This page shows how to view, work in, and delete namespaces. The page also shows how to use Kubernetes namespaces to subdivide your cluster. Before you begin Have an existing Kubernetes cluster. You have a basic understanding of Kubernetes Pods, Services, and Deployments. Viewing namespaces List the current namespaces in a cluster using: kubectl get namespaces NAME STATUS AGE default Active 11d kube-node-lease Active 11d kube-public Active 11d kube-system Active 11d Kubernetes starts with four initial namespaces:kubernetes.io/docs/tasks/administer-cluster/namespaces/Registered: Wed Jun 04 06:57:22 UTC 2025 - 468.8K bytes - Viewed (0) -
Declare Network Policy | Kubernetes
This document helps you get started using the Kubernetes NetworkPolicy API to declare network policies that govern how pods communicate with each other. 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. 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/administer-cluster/declare-network-policy/Registered: Wed Jun 04 06:58:15 UTC 2025 - 460.8K bytes - Viewed (0) -
Guaranteed Scheduling For Critical Add-On Pods ...
Kubernetes core components such as the API server, scheduler, and controller-manager run on a control plane node. However, add-ons must run on a regular cluster node. Some of these add-ons are critical to a fully functional cluster, such as metrics-server, DNS, and UI. A cluster may stop working properly if a critical add-on is evicted (either manually or as a side effect of another operation like upgrade) and becomes pending (for example when the cluster is highly utilized and either there are other pending pods that schedule into the space vacated by the evicted critical add-on pod or the amount of resources available on the node changed for some other reason).kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-critical-addon-pods/Registered: Wed Jun 04 06:58:27 UTC 2025 - 448.3K bytes - Viewed (0) -
Windows debugging tips | Kubernetes
Node-level troubleshooting My Pods are stuck at "Container Creating" or restarting over and over Ensure that your pause image is compatible with your Windows OS version. See Pause container to see the latest / recommended pause image and/or get more information. Note:If using containerd as your container runtime the pause image is specified in the plugins.plugins.cri.sandbox_image field of the of config.toml configuration file. My pods show status as ErrImgPull or ImagePullBackOffkubernetes.io/docs/tasks/debug/debug-cluster/windows/Registered: Wed Jun 04 07:04:36 UTC 2025 - 456.5K bytes - Viewed (0) -
Horizontal Pod Autoscaling | Kubernetes
In Kubernetes, a HorizontalPodAutoscaler automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/Registered: Wed Jun 04 07:05:03 UTC 2025 - 499.1K bytes - Viewed (0) -
Debug Running Pods | Kubernetes
This page explains how to debug Pods running (or crashing) on a Node. Before you begin Your Pod should already be scheduled and running. If your Pod is not yet running, start with Debugging Pods. For some of the advanced debugging steps you need to know on which Node the Pod is running and have shell access to run commands on that Node. You don't need that access to run the standard debug steps that use kubectl.kubernetes.io/docs/tasks/debug/debug-application/debug-running-pod/Registered: Wed Jun 04 07:04:49 UTC 2025 - 515.5K bytes - Viewed (0)