Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Popular Words: テスト test %27 [xss]

Results 121 - 130 of 722 for host:kubernetes.io (0.03 seconds)

  1. Advanced Pod Configuration | Kubernetes

    This page covers advanced Pod configuration topics including PriorityClasses, RuntimeClasses, security context within Pods, and introduces aspects of scheduling. PriorityClasses PriorityClasses allow you to set the importance of Pods relative to other Pods. If you assign a priority class to a Pod, Kubernetes sets the .spec.priority field for that Pod based on the PriorityClass you specified (you cannot set .spec.priority directly). If or when a Pod cannot be scheduled, and the problem is due to a lack of resources, the kube-scheduler tries to preempt lower priority Pods, in order to make scheduling of the higher priority Pod possible.
    kubernetes.io/docs/concepts/workloads/pods/advanced-pod-config/
    Fri Feb 06 07:47:18 GMT 2026
      507.2K bytes
  2. Romana for NetworkPolicy | Kubernetes

    This page shows how to use Romana for NetworkPolicy. Before you begin Complete steps 1, 2, and 3 of the kubeadm getting started guide. Installing Romana with kubeadm Follow the containerized installation guide for kubeadm. Applying network policies To apply network policies use one of the following: Romana network policies. Example of Romana network policy. The NetworkPolicy API. What's next Once you have installed Romana, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/romana-network-policy/
    Fri Feb 06 07:54:39 GMT 2026
      470.2K bytes
  3. Installing Addons | Kubernetes

    Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Add-ons extend the functionality of Kubernetes. This page lists some of the available add-ons and links to their respective installation instructions. The list does not try to be exhaustive.
    kubernetes.io/docs/concepts/cluster-administration/addons/
    Fri Feb 06 07:53:25 GMT 2026
      478.5K bytes
  4. Operator pattern | Kubernetes

    Operators are software extensions to Kubernetes that make use of custom resources to manage applications and their components. Operators follow Kubernetes principles, notably the control loop. Motivation The operator pattern aims to capture the key aim of a human operator who is managing a service or set of services. Human operators who look after specific applications and services have deep knowledge of how the system ought to behave, how to deploy it, and how to react if there are problems.
    kubernetes.io/docs/concepts/extend-kubernetes/operator/
    Fri Feb 06 07:54:26 GMT 2026
      478.8K bytes
  5. Pod Scheduling Readiness | Kubernetes

    FEATURE STATE: Kubernetes v1.30 [stable] Pods were considered ready for scheduling once created. Kubernetes scheduler does its due diligence to find nodes to place all pending Pods. However, in a real-world case, some Pods may stay in a "miss-essential-resources" state for a long period. These Pods actually churn the scheduler (and downstream integrators like Cluster AutoScaler) in an unnecessary manner. By specifying/removing a Pod's .spec.schedulingGates, you can control when a Pod is ready to be considered for scheduling.
    kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/
    Fri Feb 06 07:50:58 GMT 2026
      481.6K bytes
  6. Kubernetes API Aggregation Layer | Kubernetes

    The aggregation layer allows Kubernetes to be extended with additional APIs, beyond what is offered by the core Kubernetes APIs. The additional APIs can either be ready-made solutions such as a metrics server, or APIs that you develop yourself. The aggregation layer is different from Custom Resource Definitions, which are a way to make the kube-apiserver recognise new kinds of object. Aggregation layer The aggregation layer runs in-process with the kube-apiserver.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
    Fri Feb 06 07:58:00 GMT 2026
      472.9K bytes
  7. Use Calico for NetworkPolicy | Kubernetes

    This page shows a couple of quick ways to create a Calico cluster on Kubernetes. Before you begin Decide whether you want to deploy a cloud or local cluster. Creating a Calico cluster with Google Kubernetes Engine (GKE) Prerequisite: gcloud. To launch a GKE cluster with Calico, include the --enable-network-policy flag. Syntax gcloud container clusters create [CLUSTER_NAME] --enable-network-policy Example gcloud container clusters create my-calico-cluster --enable-network-policy To verify the deployment, use the following command.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/calico-network-policy/
    Fri Feb 06 07:58:19 GMT 2026
      472.3K bytes
  8. Control CPU Management Policies on the Node | K...

    FEATURE STATE: Kubernetes v1.26 [stable] Kubernetes keeps many aspects of how pods execute on nodes abstracted from the user. This is by design. However, some workloads require stronger guarantees in terms of latency and/or performance in order to operate acceptably. The kubelet provides methods to enable more complex workload placement policies while keeping the abstraction free from explicit placement directives. For detailed information on resource management, please refer to the Resource Management for Pods and Containers documentation.
    kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
    Fri Feb 06 08:00:02 GMT 2026
      480.1K bytes
  9. Control Memory Management Policies on a Node | ...

    FEATURE STATE: Kubernetes v1.32 [stable](enabled by default) The Kubernetes Memory Manager enables the feature of guaranteed memory (and hugepages) allocation for pods in the Guaranteed QoS class. The Memory Manager employs a hint generation protocol to yield the most suitable NUMA affinity for a pod. The Memory Manager feeds the central manager (Topology Manager) with these affinity hints. Based on both the hints and Topology Manager policy, the pod is rejected or admitted to the node.
    kubernetes.io/docs/tasks/administer-cluster/memory-manager/
    Fri Feb 06 08:00:22 GMT 2026
      498.2K bytes
  10. Cluster Administration | Kubernetes

    Lower-level detail relevant to creating or administering a Kubernetes cluster.
    kubernetes.io/docs/concepts/cluster-administration/
    Fri Feb 06 07:59:01 GMT 2026
      473.5K bytes
Back to Top