Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 685 for host:kubernetes.io (0.02 sec)

  1. kubectl patch | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_patch/
    Registered: Wed Apr 09 06:37:38 UTC 2025
    - 442.3K bytes
    - Viewed (0)
  2. kubectl cordon | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cordon/ Similar Results (1)
    Registered: Wed Apr 09 06:37:21 UTC 2025
    - 437.7K bytes
    - Viewed (0)
  3. Generating Reference Documentation for the Kube...

    This page shows how to update the Kubernetes API reference documentation. The Kubernetes API reference documentation is built from the Kubernetes OpenAPI spec using the kubernetes-sigs/reference-docs generation code. If you find bugs in the generated documentation, you need to fix them upstream. If you need only to regenerate the reference documentation from the OpenAPI spec, continue reading this page. Before you begin Requirements: You need a machine that is running Linux or macOS.
    kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/
    Registered: Wed Apr 09 06:50:21 UTC 2025
    - 444.3K bytes
    - Viewed (0)
  4. Submitting case studies | Kubernetes

    Case studies highlight how organizations are using Kubernetes to solve real-world problems. The Kubernetes marketing team and members of the CNCF collaborate with you on all case studies. Case studies require extensive review before they're approved. Submit a case study Have a look at the source for the existing case studies. Refer to the case study guidelines and submit your request as outlined in the guidelines.
    kubernetes.io/docs/contribute/new-content/case-studies/
    Registered: Wed Apr 09 06:50:27 UTC 2025
    - 430.5K bytes
    - Viewed (0)
  5. Using a Service to Expose Your App | Kubernetes

    Objectives Learn about a Service in Kubernetes. Understand how labels and selectors relate to a Service. Expose an application outside a Kubernetes cluster. Overview of Kubernetes Services Kubernetes Pods are mortal. Pods have a lifecycle. When a worker node dies, the Pods running on the Node are also lost. A Replicaset might then dynamically drive the cluster back to the desired state via the creation of new Pods to keep your application running.
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/
    Registered: Wed Apr 09 06:19:56 UTC 2025
    - 448.2K bytes
    - Viewed (0)
  6. 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: Wed Apr 09 06:20:38 UTC 2025
    - 443.9K bytes
    - Viewed (0)
  7. Using Minikube to Create a Cluster | Kubernetes

    Objectives Learn what a Kubernetes cluster is. Learn what Minikube is. Start a Kubernetes cluster on your computer. Kubernetes Clusters Kubernetes is a production-grade, open-source platform that orchestrates the placement (scheduling) and execution of application containers within and across computer clusters. Kubernetes coordinates a highly available cluster of computers that are connected to work as a single unit. The abstractions in Kubernetes allow you to deploy containerized applications to a cluster without tying them specifically to individual machines.
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/
    Registered: Wed Apr 09 06:21:41 UTC 2025
    - 438.3K bytes
    - Viewed (0)
  8. Hello Minikube | Kubernetes

    This tutorial shows you how to run a sample app on Kubernetes using minikube. The tutorial provides a container image that uses NGINX to echo back all the requests. Objectives Deploy a sample application to minikube. Run the app. View application logs. Before you begin This tutorial assumes that you have already set up minikube. See Step 1 in minikube start for installation instructions. Note:Only execute the instructions in Step 1, Installation.
    kubernetes.io/docs/tutorials/hello-minikube/
    Registered: Wed Apr 09 06:22:19 UTC 2025
    - 448.9K bytes
    - Viewed (0)
  9. Learn Kubernetes Basics | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/
    Registered: Wed Apr 09 06:22:00 UTC 2025
    - 434.7K bytes
    - Viewed (0)
  10. Manage Cluster Daemons | Kubernetes

    Perform common tasks for managing a DaemonSet, such as performing a rolling update.
    kubernetes.io/docs/tasks/manage-daemon/
    Registered: Wed Apr 09 06:21:31 UTC 2025
    - 429.5K bytes
    - Viewed (0)
Back to top