Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test

Results 51 - 60 of 629 for host:kubernetes.io (0.03 sec)

  1. Monitoring, Logging, and Debugging | Kubernetes

    Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.
    kubernetes.io/docs/tasks/debug/
    Registered: Mon Oct 28 09:06:38 UTC 2024
    - 431.3K bytes
    - Viewed (0)
  2. Upgrade A Cluster | Kubernetes

    This page provides an overview of the steps you should follow to upgrade a Kubernetes cluster. The Kubernetes project recommends upgrading to the latest patch releases promptly, and to ensure that you are running a supported minor release of Kubernetes. Following this recommendation helps you to to stay secure. The way that you upgrade a cluster depends on how you initially deployed it and on any subsequent changes. At a high level, the steps you perform are:
    kubernetes.io/docs/tasks/administer-cluster/cluster-upgrade/
    Registered: Mon Oct 28 09:05:58 UTC 2024
    - 430.7K bytes
    - Viewed (0)
  3. Use a SOCKS5 Proxy to Access the Kubernetes API...

    FEATURE STATE: Kubernetes v1.24 [stable] This page shows how to use a SOCKS5 proxy to access the API of a remote Kubernetes cluster. This is useful when the cluster you want to access does not expose its API directly on the public internet. 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/extend-kubernetes/socks5-proxy-access-api/
    Registered: Mon Oct 28 09:03:54 UTC 2024
    - 438.6K bytes
    - Viewed (0)
  4. Configure RunAsUserName for Windows pods and co...

    FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to use the runAsUserName setting for Pods and containers that will run on Windows nodes. This is roughly equivalent of the Linux-specific runAsUser setting, allowing you to run applications in a container as a different username than the default. 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/configure-runasusername/
    Registered: Mon Oct 28 09:02:46 UTC 2024
    - 441.6K bytes
    - Viewed (0)
  5. Configure a Pod to Use a Projected Volume for S...

    This page shows how to use a projected Volume to mount several existing volume sources into the same directory. Currently, secret, configMap, downwardAPI, and serviceAccountToken volumes can be projected. Note:serviceAccountToken is not a volume type. 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/configure-pod-container/configure-projected-volume-storage/
    Registered: Mon Oct 28 09:02:51 UTC 2024
    - 436.9K bytes
    - Viewed (0)
  6. Resize CPU and Memory Resources assigned to Con...

    FEATURE STATE: Kubernetes v1.27 [alpha] (enabled by default: false) This page assumes that you are familiar with Quality of Service for Kubernetes Pods. This page shows how to resize CPU and memory resources assigned to containers of a running pod without restarting the pod or its containers. A Kubernetes node allocates resources for a pod based on its requests, and restricts the pod's resource usage based on the limits specified in the pod's containers.
    kubernetes.io/docs/tasks/configure-pod-container/resize-container-resources/
    Registered: Mon Oct 28 09:02:42 UTC 2024
    - 455.4K bytes
    - Viewed (0)
  7. Translate a Docker Compose File to Kubernetes R...

    What's Kompose? It's a conversion tool for all things compose (namely Docker Compose) to container orchestrators (Kubernetes or OpenShift). More information can be found on the Kompose website at http://kompose.io. 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/configure-pod-container/translate-compose-kubernetes/
    Registered: Mon Oct 28 09:16:45 UTC 2024
    - 462.2K bytes
    - Viewed (0)
  8. Verify Signed Kubernetes Artifacts | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [beta] Before you begin You will need to have the following tools installed: cosign (install guide) curl (often provided by your operating system) jq (download jq) Verifying binary signatures The Kubernetes release process signs all binary artifacts (tarballs, SPDX files, standalone binaries) by using cosign's keyless signing. To verify a particular binary, retrieve it together with its signature and certificate: URL=https://dl.k8s.io/release/v1.31.0/bin/linux/amd64 BINARY=kubectl FILES=( "$BINARY" "$BINARY.sig" "$BINARY.
    kubernetes.io/docs/tasks/administer-cluster/verify-signed-artifacts/
    Registered: Mon Oct 28 09:16:56 UTC 2024
    - 440.5K bytes
    - Viewed (0)
  9. API Overview | Kubernetes

    This section provides reference information for the Kubernetes API. The REST API is the fundamental fabric of Kubernetes. All operations and communications between components, and external user commands are REST API calls that the API Server handles. Consequently, everything in the Kubernetes platform is treated as an API object and has a corresponding entry in the API. The Kubernetes API reference lists the API for Kubernetes version v1.31. For general background information, read The Kubernetes API.
    kubernetes.io/docs/reference/using-api/
    Registered: Mon Oct 28 09:25:47 UTC 2024
    - 432.4K bytes
    - Viewed (0)
  10. Services | Kubernetes

    Services Connecting Applications with Services Using Source IP Explore Termination Behavior for Pods And Their Endpoi...
    kubernetes.io/docs/tutorials/services/
    Registered: Mon Oct 28 09:26:08 UTC 2024
    - 422.5K bytes
    - Viewed (0)
Back to top