Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 41 - 50 of 630 for host:kubernetes.io (0.08 sec)

  1. 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: Fri May 17 07:30:36 UTC 2024
    - 430.6K bytes
    - Viewed (0)
  2. Pod Security Admission | Kubernetes

    An overview of the Pod Security Admission Controller, which can enforce the Pod Security Standards.
    kubernetes.io/docs/concepts/security/pod-security-admission/
    Registered: Fri May 17 07:31:39 UTC 2024
    - 426.4K bytes
    - Viewed (0)
  3. Service Accounts | Kubernetes

    Learn about ServiceAccount objects in Kubernetes.
    kubernetes.io/docs/concepts/security/service-accounts/
    Registered: Fri May 17 07:31:43 UTC 2024
    - 435K bytes
    - Viewed (0)
  4. Automatic Cleanup for Finished Jobs | Kubernetes

    A time-to-live mechanism to clean up old Jobs that have finished execution.
    kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/
    Registered: Fri May 17 07:30:20 UTC 2024
    - 419.6K bytes
    - Viewed (0)
  5. Configure GMSA for Windows Pods and containers ...

    FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to configure Group Managed Service Accounts (GMSA) for Pods and containers that will run on Windows nodes. Group Managed Service Accounts are a specific type of Active Directory account that provides automatic password management, simplified service principal name (SPN) management, and the ability to delegate the management to other administrators across multiple servers. In Kubernetes, GMSA credential specs are configured at a Kubernetes cluster-wide scope as Custom Resources.
    kubernetes.io/docs/tasks/configure-pod-container/configure-gmsa/
    Registered: Fri May 17 07:47:04 UTC 2024
    - 452.2K bytes
    - Viewed (0)
  6. 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: Fri May 17 07:46:03 UTC 2024
    - 445.4K bytes
    - Viewed (0)
  7. Check whether dockershim removal affects you | ...

    The dockershim component of Kubernetes allows the use of Docker as a Kubernetes's container runtime. Kubernetes' built-in dockershim component was removed in release v1.24. This page explains how your cluster could be using Docker as a container runtime, provides details on the role that dockershim plays when in use, and shows steps you can take to check whether any workloads could be affected by dockershim removal. Finding if your app has a dependencies on Docker If you are using Docker for building your application containers, you can still run these containers on any container runtime.
    kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/check-if-dockershim-removal...
    Registered: Fri May 17 07:44:37 UTC 2024
    - 426.2K bytes
    - Viewed (0)
  8. Using kubectl to Create a Deployment | Kubernetes

    Learn about application Deployments. Deploy your first app on Kubernetes with kubectl.
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/
    Registered: Fri May 17 07:59:54 UTC 2024
    - 425.4K bytes
    - Viewed (0)
  9. Explore Your App | Kubernetes

    Explore Your App Viewing Pods and Nodes Learn how to troubleshoot Kubernetes applications using kubectl get, kubectl ...
    kubernetes.io/docs/tutorials/kubernetes-basics/explore/
    Registered: Fri May 17 08:00:01 UTC 2024
    - 415.7K bytes
    - Viewed (0)
  10. kubectl describe | Kubernetes

    Synopsis Show details of a specific resource or group of resources. Print a detailed description of the selected resources, including related resources such as events or controllers. You may select a single object by name, all objects of that type, provide a name prefix, or label selector. For example: $ kubectl describe TYPE NAME_PREFIX will first check for an exact match on TYPE and NAME_PREFIX. If no such resource exists, it will output details for every resource that has a name prefixed with NAME_PREFIX.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_describe/
    Registered: Fri May 17 08:21:24 UTC 2024
    - 425.9K bytes
    - Viewed (0)
Back to top