- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 685 for host:kubernetes.io (0.05 sec)
-
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: Wed Apr 16 06:11:34 UTC 2025 - 438.8K bytes - Viewed (0) -
Generate Certificates Manually | Kubernetes
When using client certificate authentication, you can generate certificates manually through easyrsa, openssl or cfssl. easyrsa easyrsa can manually generate certificates for your cluster. Download, unpack, and initialize the patched version of easyrsa3. curl -LO https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz tar xzf easy-rsa.tar.gz cd easy-rsa-master/easyrsa3 ./easyrsa init-pki Generate a new certificate authority (CA). --batch sets automatic mode; --req-cn specifies the Common Name (CN) for the CA's new root certificate. ./easyrsa --batch "--req-cn=${MASTER_IP}@`date +%s`" build-ca nopass Generate server certificate and key.kubernetes.io/docs/tasks/administer-cluster/certificates/Registered: Wed Apr 16 06:03:58 UTC 2025 - 458.4K bytes - Viewed (0) -
Manage Memory, CPU, and API Resources | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/administer-cluster/manage-resources/Registered: Wed Apr 16 06:04:02 UTC 2025 - 433.1K bytes - Viewed (0) -
Control Topology Management Policies on a node ...
FEATURE STATE: Kubernetes v1.27 [stable] An increasing number of systems leverage a combination of CPUs and hardware accelerators to support latency-critical execution and high-throughput parallel computation. These include workloads in fields such as telecommunications, scientific computing, machine learning, financial services and data analytics. Such hybrid systems comprise a high performance environment. In order to extract the best performance, optimizations related to CPU isolation, memory and device locality are required. However, in Kubernetes, these optimizations are handled by a disjoint set of components.kubernetes.io/docs/tasks/administer-cluster/topology-manager/Registered: Wed Apr 16 06:03:42 UTC 2025 - 463.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 Apr 16 06:08:33 UTC 2025 - 434.9K bytes - Viewed (0) -
Configure Pods and Containers | Kubernetes
Perform common configuration tasks for Pods and containers.kubernetes.io/docs/tasks/configure-pod-container/Registered: Wed Apr 16 06:08:41 UTC 2025 - 436.3K 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: Wed Apr 16 06:09:21 UTC 2025 - 438.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 Apr 16 06:11:25 UTC 2025 - 476.5K 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 Apr 16 06:10:52 UTC 2025 - 455.4K 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 Apr 16 06:09:54 UTC 2025 - 443.2K bytes - Viewed (0)