- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 1 - 10 of 3,094 for label:python (0.09 sec)
-
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: Mon Oct 28 08:47:29 UTC 2024 - 435.4K bytes - Viewed (0) -
Cluster Administration | Kubernetes
Lower-level detail relevant to creating or administering a Kubernetes cluster.kubernetes.io/docs/concepts/cluster-administration/Registered: Mon Oct 28 08:48:37 UTC 2024 - 429.1K bytes - Viewed (0) -
Assigning Pods to Nodes | Kubernetes
You can constrain a Pod so that it is restricted to run on particular node(s), or to prefer to run on particular nodes. There are several ways to do this and the recommended approaches all use label selectors to facilitate the selection. Often, you do not need to set any such constraints; the scheduler will automatically do a reasonable placement (for example, spreading your Pods across nodes so as not place Pods on a node with insufficient free resources).kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/Registered: Mon Oct 28 08:57:01 UTC 2024 - 501.3K bytes - Viewed (0) -
Metrics For Kubernetes System Components | Kube...
System component metrics can give a better look into what is happening inside them. Metrics are particularly useful for building dashboards and alerts. Kubernetes components emit metrics in Prometheus format. This format is structured plain text, designed so that people and machines can both read it. Metrics in Kubernetes In most cases metrics are available on /metrics endpoint of the HTTP server. For components that don't expose endpoint by default, it can be enabled using --bind-address flag.kubernetes.io/docs/concepts/cluster-administration/system-metrics/Registered: Mon Oct 28 08:57:43 UTC 2024 - 440.5K bytes - Viewed (0) -
Topology Aware Routing | Kubernetes
_Topology Aware Routing_ provides a mechanism to help keep network traffic within the zone where it originated. Preferring same-zone traffic between Pods in your cluster can help with reliability, performance (network latency and throughput), or cost.kubernetes.io/docs/concepts/services-networking/topology-aware-routing/Registered: Mon Oct 28 08:56:02 UTC 2024 - 438.6K bytes - Viewed (0) -
Update API Objects in Place Using kubectl patch...
Use kubectl patch to update Kubernetes API objects in place. Do a strategic merge patch or a JSON merge patch.kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/Registered: Mon Oct 28 09:06:52 UTC 2024 - 477K bytes - Viewed (0) -
Specifying a Disruption Budget for your Applica...
FEATURE STATE: Kubernetes v1.21 [stable] This page shows how to limit the number of concurrent disruptions that your application experiences, allowing for higher availability while permitting the cluster administrator to manage the clusters nodes. Before you begin Your Kubernetes server must be at or later than version v1.21. To check the version, enter kubectl version. You are the owner of an application running on a Kubernetes cluster that requires high availability.kubernetes.io/docs/tasks/run-application/configure-pdb/Registered: Mon Oct 28 09:07:37 UTC 2024 - 450.2K bytes - Viewed (0) -
Define Dependent Environment Variables | Kubern...
This page shows how to define dependent environment variables for a container in a Kubernetes Pod. 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/inject-data-application/define-interdependent-environment-variables/Registered: Mon Oct 28 09:06:56 UTC 2024 - 437K bytes - Viewed (0) -
Run a Single-Instance Stateful Application | Ku...
This page shows you how to run a single-instance stateful application in Kubernetes using a PersistentVolume and a Deployment. The application is MySQL. Objectives Create a PersistentVolume referencing a disk in your environment. Create a MySQL Deployment. Expose MySQL to other pods in the cluster at a known DNS name. 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/run-application/run-single-instance-stateful-application/Registered: Mon Oct 28 09:07:09 UTC 2024 - 450K bytes - Viewed (0) -
Kubernetes Metrics Reference | Kubernetes
Details of the metric data that Kubernetes components export.kubernetes.io/docs/reference/instrumentation/metrics/Registered: Mon Oct 28 09:40:51 UTC 2024 - 677.5K bytes - Viewed (0)