Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 721 for host:kubernetes.io (0.02 sec)

  1. Using kubectl to Create a Deployment | Kubernetes

    Objectives Learn about application Deployments. Deploy your first app on Kubernetes with kubectl. Kubernetes Deployments A Deployment is responsible for creating and updating instances of your application. Note:This tutorial uses a container that requires the AMD64 architecture. If you are using minikube on a computer with a different CPU architecture, you could try using minikube with a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/
    Registered: Fri Dec 26 07:27:47 UTC 2025
    - 479.7K bytes
    - Viewed (0)
  2. Perform a Rolling Update on a DaemonSet | Kuber...

    This page shows how to perform a rolling update on a DaemonSet. 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/manage-daemon/update-daemon-set/
    Registered: Fri Dec 26 07:27:53 UTC 2025
    - 498.9K bytes
    - Viewed (0)
  3. API Access Control | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/access-authn-authz/
    Registered: Fri Dec 26 07:28:52 UTC 2025
    - 468.5K bytes
    - Viewed (0)
  4. Tutorials | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/
    Registered: Fri Dec 26 07:28:58 UTC 2025
    - 470.8K bytes
    - Viewed (0)
  5. Explore Your App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/explore/
    Registered: Fri Dec 26 07:28:43 UTC 2025
    - 467.1K bytes
    - Viewed (0)
  6. kubectl config rename-context | Kubernetes

    Synopsis Renames a context from the kubeconfig file. CONTEXT_NAME is the context name that you want to change. NEW_NAME is the new name you want to set. Note: If the context being renamed is the 'current-context', this field will also be updated. kubectl config rename-context CONTEXT_NAME NEW_NAME Examples # Rename the context 'old-name' to 'new-name' in your kubeconfig file kubectl config rename-context old-name new-name Options -h, --help help for rename-context
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_rename-context/ Similar Results (7)
    Registered: Fri Dec 26 07:44:34 UTC 2025
    - 474.4K bytes
    - Viewed (0)
  7. kubectl apply | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/
    Registered: Fri Dec 26 07:44:57 UTC 2025
    - 481.3K bytes
    - Viewed (0)
  8. kubectl cordon | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cordon/ Similar Results (1)
    Registered: Fri Dec 26 07:45:15 UTC 2025
    - 473.9K bytes
    - Viewed (0)
  9. kubectl cp | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_cp/
    Registered: Fri Dec 26 07:45:21 UTC 2025
    - 477.4K bytes
    - Viewed (0)
  10. Scale a StatefulSet | Kubernetes

    This task shows how to scale a StatefulSet. Scaling a StatefulSet refers to increasing or decreasing the number of replicas. Before you begin StatefulSets are only available in Kubernetes version 1.5 or later. To check your version of Kubernetes, run kubectl version. Not all stateful applications scale nicely. If you are unsure about whether to scale your StatefulSets, see StatefulSet concepts or StatefulSet tutorial for further information. You should perform scaling only when you are confident that your stateful application cluster is completely healthy.
    kubernetes.io/docs/tasks/run-application/scale-stateful-set/
    Registered: Fri Dec 26 07:19:59 UTC 2025
    - 472.3K bytes
    - Viewed (0)
Back to top