Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 669 for host:kubernetes.io (0.09 sec)

  1. 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: Fri Nov 15 06:48:52 UTC 2024
    - 469.4K bytes
    - Viewed (0)
  2. Assign Extended Resources to a Container | Kube...

    FEATURE STATE: Kubernetes v1.31 [stable] This page shows how to assign extended resources to a Container. 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/extended-resource/
    Registered: Fri Nov 15 06:47:24 UTC 2024
    - 440K bytes
    - Viewed (0)
  3. 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: Fri Nov 15 06:47:30 UTC 2024
    - 448.2K bytes
    - Viewed (0)
  4. Configure Pods and Containers | Kubernetes

    Perform common configuration tasks for Pods and containers.
    kubernetes.io/docs/tasks/configure-pod-container/
    Registered: Fri Nov 15 06:47:18 UTC 2024
    - 427.9K bytes
    - Viewed (0)
  5. Attach Handlers to Container Lifecycle Events |...

    This page shows how to attach handlers to Container lifecycle events. Kubernetes supports the postStart and preStop events. Kubernetes sends the postStart event immediately after a Container is started, and it sends the preStop event immediately before the Container is terminated. A Container may specify one handler per event. 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/configure-pod-container/attach-handler-lifecycle-event/
    Registered: Fri Nov 15 06:49:44 UTC 2024
    - 434.2K bytes
    - Viewed (0)
  6. 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: Fri Nov 15 06:51:42 UTC 2024
    - 431.5K bytes
    - Viewed (0)
  7. Use a User Namespace With a Pod | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [beta] (enabled by default: false) 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: Fri Nov 15 06:51:32 UTC 2024
    - 435.5K bytes
    - Viewed (0)
  8. Enforce Pod Security Standards by Configuring t...

    Kubernetes provides a built-in admission controller to enforce the Pod Security Standards. You can configure this admission controller to set cluster-wide defaults and exemptions. Before you begin Following an alpha release in Kubernetes v1.22, Pod Security Admission became available by default in Kubernetes v1.23, as a beta. From version 1.25 onwards, Pod Security Admission is generally available. To check the version, enter kubectl version. If you are not running Kubernetes 1.
    kubernetes.io/docs/tasks/configure-pod-container/enforce-standards-admission-controller/
    Registered: Fri Nov 15 06:51:16 UTC 2024
    - 434.2K bytes
    - Viewed (0)
  9. kubectl label | Kubernetes

    Synopsis Update the labels on a resource. A label key and value must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters each. Optionally, the key can begin with a DNS subdomain prefix and a single '/', like example.com/my-app. If --overwrite is true, then existing labels can be overwritten, otherwise attempting to overwrite a label will result in an error.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_label/
    Registered: Fri Nov 15 07:21:45 UTC 2024
    - 437.2K bytes
    - Viewed (0)
  10. kubectl taint | Kubernetes

    Synopsis Update the taints on one or more nodes. A taint consists of a key, value, and effect. As an argument here, it is expressed as key=value:effect. The key must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 253 characters. Optionally, the key can begin with a DNS subdomain prefix and a single '/', like example.com/my-app. The value is optional. If given, it must begin with a letter or number, and may contain letters, numbers, hyphens, dots, and underscores, up to 63 characters.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_taint/
    Registered: Fri Nov 15 07:20:30 UTC 2024
    - 437K bytes
    - Viewed (0)
Back to top