- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 641 - 650 of 673 for host:kubernetes.io (0.03 sec)
-
Coordinated Leader Election | Kubernetes
FEATURE STATE: Kubernetes v1.31 [alpha] (enabled by default: false) Kubernetes 1.32 includes an alpha feature that allows control plane components to deterministically select a leader via coordinated leader election. This is useful to satisfy Kubernetes version skew constraints during cluster upgrades. Currently, the only builtin selection strategy is OldestEmulationVersion, preferring the leader with the lowest emulation version, followed by binary version, followed by creation timestamp. Enabling coordinated leader election Ensure that CoordinatedLeaderElection feature gate is enabled when you start the API Server: and that the coordination.kubernetes.io/docs/concepts/cluster-administration/coordinated-leader-election/Registered: Wed Feb 12 05:58:58 UTC 2025 - 430.7K bytes - Viewed (0) -
Use a Service to Access an Application in a Clu...
This page shows how to create a Kubernetes Service object that external clients can use to access an application running in a cluster. The Service provides load balancing for an application that has two running instances. 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.kubernetes.io/docs/tasks/access-application-cluster/service-access-application-cluster/Registered: Wed Feb 12 06:17:13 UTC 2025 - 442.3K bytes - Viewed (0) -
Running Automated Tasks with a CronJob | Kubern...
This page shows how to run automated tasks using Kubernetes CronJob object. 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/job/automated-tasks-with-cron-jobs/Registered: Wed Feb 12 06:16:36 UTC 2025 - 439.3K bytes - Viewed (0) -
Use Custom Resources | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/extend-kubernetes/custom-resources/Registered: Wed Feb 12 06:17:29 UTC 2025 - 425.9K bytes - Viewed (0) -
kubeadm version | Kubernetes
This command prints the version of kubeadm. Print the version of kubeadm Synopsis Print the version of kubeadm kubeadm version [flags] Options -h, --help help for version -o, --output string Output format; available options are 'yaml', 'json' and 'short' Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-version/Registered: Wed Feb 12 06:26:48 UTC 2025 - 428.5K bytes - Viewed (0) -
Kubernetes Security and Disclosure Information ...
This page describes Kubernetes security and disclosure information. Security Announcements Join the kubernetes-security-announce group for emails about security and major API announcements. Report a Vulnerability We're extremely grateful for security researchers and users that report vulnerabilities to the Kubernetes Open Source Community. All reports are thoroughly investigated by a set of community volunteers. To make a report, submit your vulnerability to the Kubernetes bug bounty program. This allows triage and handling of the vulnerability with standardized response times.kubernetes.io/docs/reference/issues-security/security/Registered: Wed Feb 12 06:31:27 UTC 2025 - 432.1K bytes - Viewed (0) -
kubectl config | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_config/Registered: Wed Feb 12 06:29:54 UTC 2025 - 436.6K bytes - Viewed (0) -
Protocols for Services | Kubernetes
If you configure a Service, you can select from any network protocol that Kubernetes supports. Kubernetes supports the following protocols with Services: SCTP TCP (the default) UDP When you define a Service, you can also specify the application protocol that it uses. This document details some special cases, all of them typically using TCP as a transport protocol: HTTP and HTTPS PROXY protocol TLS termination at the load balancer Supported protocols There are 3 valid values for the protocol of a port for a Service:kubernetes.io/docs/reference/networking/service-protocols/Registered: Wed Feb 12 06:30:34 UTC 2025 - 434K bytes - Viewed (0) -
kubectl completion | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_completion/Registered: Wed Feb 12 06:34:28 UTC 2025 - 437.8K bytes - Viewed (0) -
Kubernetes Component SLI Metrics | Kubernetes
FEATURE STATE: Kubernetes v1.27 [beta] (enabled by default: true) By default, Kubernetes 1.32 publishes Service Level Indicator (SLI) metrics for each Kubernetes component binary. This metric endpoint is exposed on the serving HTTPS port of each component, at the path /metrics/slis. The ComponentSLIs feature gate defaults to enabled for each Kubernetes component as of v1.27. SLI Metrics With SLI metrics enabled, each Kubernetes component exposes two metrics, labeled per healthcheck:kubernetes.io/docs/reference/instrumentation/slis/Registered: Wed Feb 12 06:34:50 UTC 2025 - 431.4K bytes - Viewed (0)