- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 641 - 650 of 686 for host:kubernetes.io (0.07 sec)
-
Getting started | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/setup/Registered: Wed Jun 04 06:36:21 UTC 2025 - 449.6K bytes - Viewed (0) -
Pods | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/workloads/pods/Registered: Wed Jun 04 06:35:33 UTC 2025 - 483.7K bytes - Viewed (0) -
Runtime Class | Kubernetes
FEATURE STATE: Kubernetes v1.20 [stable] This page describes the RuntimeClass resource and runtime selection mechanism. RuntimeClass is a feature for selecting the container runtime configuration. The container runtime configuration is used to run a Pod's containers. Motivation You can set a different RuntimeClass between different Pods to provide a balance of performance versus security. For example, if part of your workload deserves a high level of information security assurance, you might choose to schedule those Pods so that they run in a container runtime that uses hardware virtualization.kubernetes.io/docs/concepts/containers/runtime-class/Registered: Wed Jun 04 06:37:12 UTC 2025 - 458.7K bytes - Viewed (0) -
StatefulSets | Kubernetes
A StatefulSet runs a group of Pods, and maintains a sticky identity for each of those Pods. This is useful for managing applications that need persistent storage or a stable, unique network identity.kubernetes.io/docs/concepts/workloads/controllers/statefulset/Registered: Wed Jun 04 06:37:36 UTC 2025 - 485.8K bytes - Viewed (0) -
Downward API | Kubernetes
There are two ways to expose Pod and container fields to a running container: environment variables, and as files that are populated by a special volume type. Together, these two ways of exposing Pod and container fields are called the downward API.kubernetes.io/docs/concepts/workloads/pods/downward-api/Registered: Wed Jun 04 06:38:21 UTC 2025 - 453K bytes - Viewed (0) -
Service | Kubernetes
Expose an application running in your cluster behind a single outward-facing endpoint, even when the workload is split across multiple backends.kubernetes.io/docs/concepts/services-networking/service/Registered: Wed Jun 04 06:45:51 UTC 2025 - 535.1K bytes - Viewed (0) -
Role Based Access Control Good Practices | Kube...
Principles and practices for good RBAC design for cluster operators.kubernetes.io/docs/concepts/security/rbac-good-practices/Registered: Wed Jun 04 06:46:32 UTC 2025 - 458K bytes - Viewed (0) -
Reconfiguring a kubeadm cluster | Kubernetes
kubeadm does not support automated ways of reconfiguring components that were deployed on managed nodes. One way of automating this would be by using a custom operator. To modify the components configuration you must manually edit associated cluster objects and files on disk. This guide shows the correct sequence of steps that need to be performed to achieve kubeadm cluster reconfiguration. Before you begin You need a cluster that was deployed using kubeadm Have administrator credentials (/etc/kubernetes/admin.kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure/Registered: Wed Jun 04 06:52:28 UTC 2025 - 461.4K bytes - Viewed (0) -
Custom Resources | Kubernetes
Custom resources are extensions of the Kubernetes API. This page discusses when to add a custom resource to your Kubernetes cluster and when to use a standalone service. It describes the two methods for adding custom resources and how to choose between them. Custom resources A resource is an endpoint in the Kubernetes API that stores a collection of API objects of a certain kind; for example, the built-in pods resource contains a collection of Pod objects.kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/Registered: Wed Jun 04 06:52:33 UTC 2025 - 481.9K bytes - Viewed (0) -
Tasks | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/Registered: Wed Jun 04 06:52:37 UTC 2025 - 448.1K bytes - Viewed (0)