Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 699 for host:kubernetes.io (0.07 sec)

  1. Run a Stateless Application Using a Deployment ...

    This page shows how to run an application using a Kubernetes Deployment object. Objectives Create an nginx deployment. Use kubectl to list information about the deployment. Update the deployment. 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/run-application/run-stateless-application-deployment/
    Registered: Wed Sep 03 06:22:47 UTC 2025
    - 477.5K bytes
    - Viewed (0)
  2. Use Custom Resources | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/
    Registered: Wed Sep 03 06:22:52 UTC 2025
    - 452.8K bytes
    - Viewed (0)
  3. Managing Secrets | Kubernetes

    Managing confidential settings data using Secrets.
    kubernetes.io/docs/tasks/configmap-secret/
    Registered: Wed Sep 03 06:23:15 UTC 2025
    - 453.4K bytes
    - Viewed (0)
  4. Configuration | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/configuration/
    Registered: Wed Sep 03 06:31:52 UTC 2025
    - 453.4K bytes
    - Viewed (0)
  5. Configure Multiple Schedulers | Kubernetes

    Kubernetes ships with a default scheduler that is described here. If the default scheduler does not suit your needs you can implement your own scheduler. Moreover, you can even run multiple schedulers simultaneously alongside the default scheduler and instruct Kubernetes what scheduler to use for each of your pods. Let's learn how to run multiple schedulers in Kubernetes with an example. A detailed description of how to implement a scheduler is outside the scope of this document.
    kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/
    Registered: Wed Sep 03 06:31:38 UTC 2025
    - 505K bytes
    - Viewed (0)
  6. Autoscale the DNS Service in a Cluster | Kubern...

    This page shows how to enable and configure autoscaling of the DNS service in your Kubernetes cluster. 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/administer-cluster/dns-horizontal-autoscaling/
    Registered: Wed Sep 03 06:12:23 UTC 2025
    - 486.7K bytes
    - Viewed (0)
  7. Extend the Kubernetes API with CustomResourceDe...

    This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. 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/extend-kubernetes/custom-resources/custom-resource-definitions/
    Registered: Wed Sep 03 06:21:23 UTC 2025
    - 670.9K bytes
    - Viewed (0)
  8. Set up Ingress on Minikube with the NGINX Ingre...

    An Ingress is an API object that defines rules which allow external access to services in a cluster. An Ingress controller fulfills the rules set in the Ingress. This page shows you how to set up a simple Ingress which routes requests to Service 'web' or 'web2' depending on the HTTP URI. Before you begin This tutorial assumes that you are using minikube to run a local Kubernetes cluster. Visit Install tools to learn how to install minikube.
    kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/
    Registered: Wed Sep 03 06:21:29 UTC 2025
    - 483K bytes
    - Viewed (0)
  9. Manage Kubernetes Objects | Kubernetes

    Declarative and imperative paradigms for interacting with the Kubernetes API.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/
    Registered: Wed Sep 03 06:21:48 UTC 2025
    - 454.5K bytes
    - Viewed (0)
  10. Managing Kubernetes Objects Using Imperative Co...

    Kubernetes objects can quickly be created, updated, and deleted directly using imperative commands built into the kubectl command-line tool. This document explains how those commands are organized and how to use them to manage live objects. Before you begin Install kubectl. 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/manage-kubernetes-objects/imperative-command/
    Registered: Wed Sep 03 06:22:29 UTC 2025
    - 465.3K bytes
    - Viewed (0)
Back to top