- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1 - 10 of 502 for host:kubernetes.io (0.03 seconds)
-
Mixed Version Proxy | Kubernetes
FEATURE STATE: Kubernetes v1.28 [alpha](disabled by default) Kubernetes 1.35 includes an alpha feature that lets an API Server proxy resource requests to other peer API servers. It also lets clients get a holistic view of resources served across the entire cluster through discovery. This is useful when there are multiple API servers running different versions of Kubernetes in one cluster (for example, during a long-lived rollout to a new release of Kubernetes).kubernetes.io/docs/concepts/architecture/mixed-version-proxy/Fri Feb 06 07:35:17 GMT 2026 478.5K bytes -
Kubernetes Components | Kubernetes
An overview of the key components that make up a Kubernetes cluster.kubernetes.io/docs/concepts/overview/components/Fri Feb 06 07:37:20 GMT 2026 473.5K bytes -
Kubernetes Object Management | Kubernetes
The kubectl command-line tool supports several different ways to create and manage Kubernetes objects. This document provides an overview of the different approaches. Read the Kubectl book for details of managing objects by Kubectl. Management techniques Warning:A Kubernetes object should be managed using only one technique. Mixing and matching techniques for the same object results in undefined behavior. Management technique Operates on Recommended environment Supported writers Learning curve Imperative commands Live objects Development projects 1+ Lowest Imperative object configuration Individual files Production projects 1 Moderate Declarative object configuration Directories of files Production projects 1+ Highest Imperative commands When using imperative commands, a user operates directly on live objects in a cluster.kubernetes.io/docs/concepts/overview/working-with-objects/object-management/Fri Feb 06 07:37:25 GMT 2026 480.5K bytes -
Kubernetes Self-Healing | Kubernetes
Kubernetes is designed with self-healing capabilities that help maintain the health and availability of workloads. It automatically replaces failed containers, reschedules workloads when nodes become unavailable, and ensures that the desired state of the system is maintained. Self-Healing capabilities Container-level restarts: If a container inside a Pod fails, Kubernetes restarts it based on the restartPolicy. Replica replacement: If a Pod in a Deployment or StatefulSet fails, Kubernetes creates a replacement Pod to maintain the specified number of replicas.kubernetes.io/docs/concepts/architecture/self-healing/Fri Feb 06 07:35:53 GMT 2026 471.5K bytes -
Installing Kubernetes with deployment tools | K...
Production-Grade Container Orchestrationkubernetes.io/docs/setup/production-environment/tools/Fri Feb 06 07:36:18 GMT 2026 470.8K bytes -
Performing a Rolling Update | Kubernetes
Objectives Perform a rolling update using kubectl. Updating an application Rolling updates allow Deployments' update to take place with zero downtime by incrementally updating Pods instances with new ones. Users expect applications to be available all the time, and developers are expected to deploy new versions of them several times a day. In Kubernetes this is done with rolling updates. A rolling update allows a Deployment update to take place with zero downtime.kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/Fri Feb 06 08:18:03 GMT 2026 482.1K bytes -
Exposing an External IP Address to Access an Ap...
This page shows how to create a Kubernetes Service object that exposes an external IP address. Before you begin Install kubectl. Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an external load balancer, which requires a cloud provider. Configure kubectl to communicate with your Kubernetes API server. For instructions, see the documentation for your cloud provider. Objectives Run five instances of a Hello World application.kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/Fri Feb 06 08:29:30 GMT 2026 485.9K bytes -
Deploy an App | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/Fri Feb 06 08:28:50 GMT 2026 468.9K bytes -
kubectl expose | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_expose/Fri Feb 06 08:39:59 GMT 2026 482.5K bytes -
kubectl config view | Kubernetes
Synopsis Display merged kubeconfig settings or a specified kubeconfig file. You can use --output jsonpath={...} to extract specific values using a jsonpath expression. kubectl config view [flags] Examples # Show merged kubeconfig settings kubectl config view # Show merged kubeconfig settings, raw certificate data, and exposed secrets kubectl config view --raw # Get the password for the e2e user kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}' Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_view/Fri Feb 06 08:40:31 GMT 2026 478.4K bytes