- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 686 for host:kubernetes.io (0.1 sec)
-
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/Registered: Wed Jun 04 06:49:42 UTC 2025 - 449.4K bytes - Viewed (0) -
Creating Highly Available Clusters with kubeadm...
This page explains two different approaches to setting up a highly available Kubernetes cluster using kubeadm: With stacked control plane nodes. This approach requires less infrastructure. The etcd members and control plane nodes are co-located. With an external etcd cluster. This approach requires more infrastructure. The control plane nodes and etcd members are separated. Before proceeding, you should carefully consider which approach best meets the needs of your applications and environment.kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/Registered: Wed Jun 04 06:38:47 UTC 2025 - 481K bytes - Viewed (0) -
Configure a Pod Quota for a Namespace | Kubernetes
Restrict how many Pods you can create within a namespace.kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-pod-namespace/Registered: Wed Jun 04 06:50:52 UTC 2025 - 461.9K bytes - Viewed (0) -
Compute, Storage, and Networking Extensions | K...
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/Registered: Wed Jun 04 06:51:30 UTC 2025 - 450K bytes - Viewed (0) -
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/Registered: Wed Jun 04 06:41:04 UTC 2025 - 459.1K bytes - Viewed (0) -
Linux kernel security constraints for Pods and ...
Overview of Linux kernel security modules and constraints that you can use to harden your Pods and containers.kubernetes.io/docs/concepts/security/linux-kernel-security-constraints/Registered: Wed Jun 04 06:42:52 UTC 2025 - 460.1K bytes - Viewed (0) -
Scheduling Framework | Kubernetes
FEATURE STATE: Kubernetes v1.19 [stable] The scheduling framework is a pluggable architecture for the Kubernetes scheduler. It consists of a set of "plugin" APIs that are compiled directly into the scheduler. These APIs allow most scheduling features to be implemented as plugins, while keeping the scheduling "core" lightweight and maintainable. Refer to the design proposal of the scheduling framework for more technical information on the design of the framework.kubernetes.io/docs/concepts/scheduling-eviction/scheduling-framework/Registered: Wed Jun 04 06:43:41 UTC 2025 - 463.4K bytes - Viewed (0) -
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/Registered: Wed Jun 04 06:52:12 UTC 2025 - 455.5K bytes - Viewed (0) -
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/Registered: Wed Jun 04 06:52:23 UTC 2025 - 450.3K bytes - Viewed (0) -
Migrate Replicated Control Plane To Use Cloud C...
The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.kubernetes.io/docs/tasks/administer-cluster/controller-manager-leader-migration/Registered: Wed Jun 04 06:53:29 UTC 2025 - 470K bytes - Viewed (0)