Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 241 - 250 of 722 for host:kubernetes.io (0.03 seconds)

  1. Getting started | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/
    Fri Feb 06 07:39:59 GMT 2026
      472.2K bytes
  2. Best practices | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/best-practices/
    Fri Feb 06 07:39:21 GMT 2026
      467.9K bytes
  3. Bootstrapping clusters with kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/
    Fri Feb 06 07:38:43 GMT 2026
      469.4K bytes
  4. Enable Or Disable Feature Gates | Kubernetes

    This page shows how to enable or disable feature gates to control specific Kubernetes features in your cluster. Enabling feature gates allows you to test and use Alpha or Beta features before they become generally available. Note:For some stable (GA) gates, you can also disable them, usually for one minor release after GA; however if you do that, your cluster may not be conformant as Kubernetes. 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/administer-cluster/configure-feature-gates/
    Fri Feb 06 07:57:23 GMT 2026
      487K bytes
  5. Extending the Kubernetes API | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/
    Fri Feb 06 07:57:50 GMT 2026
      470.5K bytes
  6. Custom Resources | Kubernetes

    Custom resources are extensions of the Kubernetes API. This page discusses when to add a custom resource to your Kubernetes cluster and when to use a standalone service. It describes the two methods for adding custom resources and how to choose between them. Custom resources A resource is an endpoint in the Kubernetes API that stores a collection of API objects of a certain kind; for example, the built-in pods resource contains a collection of Pod objects.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
    Fri Feb 06 07:57:55 GMT 2026
      504.7K bytes
  7. Use Cilium for NetworkPolicy | Kubernetes

    This page shows how to use Cilium for NetworkPolicy. For background on Cilium, read the Introduction to Cilium. 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/network-policy-provider/cilium-network-policy/
    Fri Feb 06 07:57:13 GMT 2026
      475.7K bytes
  8. Network Plugins | Kubernetes

    Kubernetes (version 1.3 through to the latest 1.35, and likely onwards) lets you use Container Network Interface (CNI) plugins for cluster networking. You must use a CNI plugin that is compatible with your cluster and that suits your needs. Different plugins are available (both open- and closed- source) in the wider Kubernetes ecosystem. A CNI plugin is required to implement the Kubernetes network model. You must use a CNI plugin that is compatible with the v0.
    kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
    Fri Feb 06 07:57:46 GMT 2026
      482.6K bytes
  9. Installing kubeadm | Kubernetes

    This page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.35. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.34) Installing kubeadm (Kubernetes v1.33) Installing kubeadm (Kubernetes v1.32) Installing kubeadm (Kubernetes v1.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
    Fri Feb 06 07:35:12 GMT 2026
      504.6K bytes
  10. Container Lifecycle Hooks | Kubernetes

    This page describes how kubelet managed Containers can use the Container lifecycle hook framework to run code triggered by events during their management lifecycle. Overview Analogous to many programming language frameworks that have component lifecycle hooks, such as Angular, Kubernetes provides Containers with lifecycle hooks. The hooks enable Containers to be aware of events in their management lifecycle and run code implemented in a handler when the corresponding lifecycle hook is executed.
    kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
    Fri Feb 06 07:34:58 GMT 2026
      478.6K bytes
Back to Top