- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 590 for timestamp:[now/d-1d TO *] (0.06 sec)
-
Workload Management | Kubernetes
Kubernetes provides several built-in APIs for declarative management of your workloads and the components of those workloads. Ultimately, your applications run as containers inside Pods; however, managing individual Pods would be a lot of effort. For example, if a Pod fails, you probably want to run a new Pod to replace it. Kubernetes can do that for you. You use the Kubernetes API to create a workload object that represents a higher abstraction level than a Pod, and then the Kubernetes control plane automatically manages Pod objects on your behalf, based on the specification for the workload object you defined.kubernetes.io/docs/concepts/workloads/controllers/Registered: Tue Nov 26 03:08:47 UTC 2024 - 429.7K 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: Tue Nov 26 03:08:28 UTC 2024 - 458.1K bytes - Viewed (0) -
Ingress Controllers | Kubernetes
In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.kubernetes.io/docs/concepts/services-networking/ingress-controllers/Registered: Tue Nov 26 03:06:42 UTC 2024 - 433.6K bytes - Viewed (0) -
Configure Minimum and Maximum CPU Constraints f...
Define a range of valid CPU resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace/Registered: Tue Nov 26 03:22:20 UTC 2024 - 455K bytes - Viewed (0) -
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/Registered: Tue Nov 26 03:22:52 UTC 2024 - 433.4K bytes - Viewed (0) -
Running Kubernetes Node Components as a Non-roo...
FEATURE STATE: Kubernetes v1.22 [alpha] This document describes how to run Kubernetes Node components such as kubelet, CRI, OCI, and CNI without root privileges, by using a user namespace. This technique is also known as rootless mode. Note:This document describes how to run Kubernetes Node components (and hence pods) as a non-root user. If you are just looking for how to run a pod as a non-root user, see SecurityContext.kubernetes.io/docs/tasks/administer-cluster/kubelet-in-userns/Registered: Tue Nov 26 03:44:32 UTC 2024 - 445.9K bytes - Viewed (0) -
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/Registered: Tue Nov 26 03:42:21 UTC 2024 - 450.7K bytes - Viewed (0) -
Create a Windows HostProcess Pod | Kubernetes
FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/Registered: Tue Nov 26 03:44:38 UTC 2024 - 440.9K bytes - Viewed (0) -
Install a Network Policy Provider | Kubernetes
Install a Network Policy Provider Use Antrea for NetworkPolicy Use Calico for NetworkPolicy Use Cilium for NetworkPol...kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/Registered: Tue Nov 26 03:45:51 UTC 2024 - 421.8K bytes - Viewed (0) -
Customizing components with the kubeadm API | K...
This page covers how to customize the components that kubeadm deploys. For control plane components you can use flags in the ClusterConfiguration structure or patches per-node. For the kubelet and kube-proxy you can use KubeletConfiguration and KubeProxyConfiguration, accordingly. All of these options are possible via the kubeadm configuration API. For more details on each field in the configuration you can navigate to our API reference pages. Note:Customizing the CoreDNS deployment of kubeadm is currently not supported.kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/Registered: Tue Nov 26 03:02:43 UTC 2024 - 444.2K bytes - Viewed (0)