- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 351 - 360 of 685 for host:kubernetes.io (0.03 sec)
-
Workload Management | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/workloads/controllers/Registered: Wed Apr 16 05:56:24 UTC 2025 - 438.2K 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 Apr 16 05:55:00 UTC 2025 - 446.7K 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 Apr 16 05:59:50 UTC 2025 - 445.7K bytes - Viewed (0) -
Service Internal Traffic Policy | Kubernetes
If two Pods in your cluster want to communicate, and both Pods are actually running on the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node. Avoiding a round trip via the cluster network can help with reliability, performance (network latency and throughput), or cost.kubernetes.io/docs/concepts/services-networking/service-traffic-policy/Registered: Wed Apr 16 06:00:02 UTC 2025 - 437.4K bytes - Viewed (0) -
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 Apr 16 06:01:16 UTC 2025 - 436K bytes - Viewed (0) -
Debugging DNS Resolution | Kubernetes
This page provides hints on diagnosing DNS problems. 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-debugging-resolution/Registered: Wed Apr 16 06:01:20 UTC 2025 - 456K bytes - Viewed (0) -
Developing Cloud Controller Manager | Kubernetes
FEATURE STATE: Kubernetes v1.11 [beta] 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/developing-cloud-controller-manager/Registered: Wed Apr 16 06:01:25 UTC 2025 - 436.9K bytes - Viewed (0) -
Windows containers in Kubernetes | Kubernetes
Windows applications constitute a large portion of the services and applications that run in many organizations. Windows containers provide a way to encapsulate processes and package dependencies, making it easier to use DevOps practices and follow cloud native patterns for Windows applications. Organizations with investments in Windows-based applications and Linux-based applications don't have to look for separate orchestrators to manage their workloads, leading to increased operational efficiencies across their deployments, regardless of operating system.kubernetes.io/docs/concepts/windows/intro/Registered: Wed Apr 16 06:02:19 UTC 2025 - 460.8K bytes - Viewed (0) -
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/Registered: Wed Apr 16 06:04:12 UTC 2025 - 434.2K bytes - Viewed (0) -
Cloud Controller Manager Administration | Kuber...
FEATURE STATE: Kubernetes v1.11 [beta] Since cloud providers develop and release at a different pace compared to the Kubernetes project, abstracting the provider-specific code to the cloud-controller-manager binary allows cloud vendors to evolve independently from the core Kubernetes code. The cloud-controller-manager can be linked to any cloud provider that satisfies cloudprovider.Interface. For backwards compatibility, the cloud-controller-manager provided in the core Kubernetes project uses the same cloud libraries as kube-controller-manager. Cloud providers already supported in Kubernetes core are expected to use the in-tree cloud-controller-manager to transition out of Kubernetes core.kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/Registered: Wed Apr 16 06:04:17 UTC 2025 - 456.9K bytes - Viewed (0)