Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 686 for host:kubernetes.io (0.03 sec)

  1. Find Out What Container Runtime is Used on a No...

    This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/
    Registered: Mon May 26 05:46:31 UTC 2025
    - 451.2K bytes
    - Viewed (0)
  2. Configure Pod Initialization | Kubernetes

    This page shows how to use an Init Container to initialize a Pod before an application Container runs. 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/configure-pod-container/configure-pod-initialization/
    Registered: Mon May 26 05:49:34 UTC 2025
    - 459K bytes
    - Viewed (0)
  3. Troubleshooting Clusters | Kubernetes

    Debugging common cluster issues.
    kubernetes.io/docs/tasks/debug/debug-cluster/
    Registered: Mon May 26 05:49:26 UTC 2025
    - 475.7K bytes
    - Viewed (0)
  4. Set Kubelet Parameters Via A Configuration File...

    Before you begin Some steps in this page use the jq tool. If you don't have jq, you can install it via your operating system's software sources, or fetch it from https://jqlang.github.io/jq/. Some steps also involve installing curl, which can be installed via your operating system's software sources. A subset of the kubelet's configuration parameters may be set via an on-disk config file, as a substitute for command-line flags. Providing parameters via a config file is the recommended approach because it simplifies node deployment and configuration management.
    kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
    Registered: Mon May 26 05:48:38 UTC 2025
    - 475.6K bytes
    - Viewed (0)
  5. User Namespaces | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [beta] This page explains how user namespaces are used in Kubernetes pods. A user namespace isolates 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/concepts/workloads/pods/user-namespaces/
    Registered: Mon May 26 05:35:56 UTC 2025
    - 462.2K bytes
    - Viewed (0)
  6. Images | Kubernetes

    A container image represents binary data that encapsulates an application and all its software dependencies. Container images are executable software bundles that can run standalone and that make very well-defined assumptions about their runtime environment. You typically create a container image of your application and push it to a registry before referring to it in a Pod. This page provides an outline of the container image concept. Note:If you are looking for the container images for a Kubernetes release (such as v1.
    kubernetes.io/docs/concepts/containers/images/
    Registered: Mon May 26 05:36:13 UTC 2025
    - 485.1K bytes
    - Viewed (0)
  7. Containers | Kubernetes

    Technology for packaging an application along with its runtime dependencies.
    kubernetes.io/docs/concepts/containers/
    Registered: Mon May 26 05:36:46 UTC 2025
    - 448.8K bytes
    - Viewed (0)
  8. Service Accounts | Kubernetes

    Learn about ServiceAccount objects in Kubernetes.
    kubernetes.io/docs/concepts/security/service-accounts/
    Registered: Mon May 26 05:34:58 UTC 2025
    - 466.2K bytes
    - Viewed (0)
  9. The Kubernetes API | Kubernetes

    The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server.
    kubernetes.io/docs/concepts/overview/kubernetes-api/
    Registered: Mon May 26 05:35:28 UTC 2025
    - 465.5K bytes
    - Viewed (0)
  10. Configure a Pod to Use a ConfigMap | Kubernetes

    Many applications rely on configuration which is used during either application initialization or runtime. Most times, there is a requirement to adjust values assigned to configuration parameters. ConfigMaps are a Kubernetes mechanism that let you inject configuration data into application pods. The ConfigMap concept allow you to decouple configuration artifacts from image content to keep containerized applications portable. For example, you can download and run the same container image to spin up containers for the purposes of local development, system test, or running a live end-user workload.
    kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/
    Registered: Mon May 26 05:54:21 UTC 2025
    - 554.3K bytes
    - Viewed (0)
Back to top