- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 531 - 540 of 669 for host:kubernetes.io (0.02 sec)
-
Volume Attributes Classes | Kubernetes
FEATURE STATE: Kubernetes v1.31 [beta] (enabled by default: false) This page assumes that you are familiar with StorageClasses, volumes and PersistentVolumes in Kubernetes. A VolumeAttributesClass provides a way for administrators to describe the mutable "classes" of storage they offer. Different classes might map to different quality-of-service levels. Kubernetes itself is un-opinionated about what these classes represent. This is a beta feature and disabled by default. If you want to test the feature whilst it's beta, you need to enable the VolumeAttributesClass feature gate for the kube-controller-manager, kube-scheduler, and the kube-apiserver.kubernetes.io/docs/concepts/storage/volume-attributes-classes/Registered: Fri Nov 15 06:35:44 UTC 2024 - 437.6K bytes - Viewed (0) -
Hardening Guide - Authentication Mechanisms | K...
Information on authentication options in Kubernetes and their security properties.kubernetes.io/docs/concepts/security/hardening-guide/authentication-mechanisms/Registered: Fri Nov 15 06:35:17 UTC 2024 - 432.2K bytes - Viewed (0) -
Application Security Checklist | Kubernetes
Baseline guidelines around ensuring application security on Kubernetes, aimed at application developerskubernetes.io/docs/concepts/security/application-security-checklist/Registered: Fri Nov 15 06:36:17 UTC 2024 - 432.9K bytes - Viewed (0) -
Storage | Kubernetes
Ways to provide both long-term and temporary storage to Pods in your cluster.kubernetes.io/docs/concepts/storage/Registered: Fri Nov 15 06:35:34 UTC 2024 - 424.7K bytes - Viewed (0) -
Installing kubeadm | Kubernetes
This page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.31. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.30) Installing kubeadm (Kubernetes v1.29) Installing kubeadm (Kubernetes v1.28) Installing kubeadm (Kubernetes v1.kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/Registered: Fri Nov 15 06:22:38 UTC 2024 - 456.3K bytes - Viewed (0) -
Best practices | Kubernetes
Best practices Considerations for large clusters Running in multiple zones Validate node setup Enforcing Pod Security...kubernetes.io/docs/setup/best-practices/Registered: Fri Nov 15 06:25:56 UTC 2024 - 423.1K 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: Fri Nov 15 06:26:25 UTC 2024 - 431.2K 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: Fri Nov 15 06:26:29 UTC 2024 - 438.3K bytes - Viewed (0) -
Namespaces | Kubernetes
In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. Names of resources need to be unique within a namespace, but not across namespaces. Namespace-based scoping is applicable only for namespaced objects (e.g. Deployments, Services, etc.) and not for cluster-wide objects (e.g. StorageClass, Nodes, PersistentVolumes, etc.). When to Use Multiple Namespaces Namespaces are intended for use in environments with many users spread across multiple teams, or projects.kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/Registered: Fri Nov 15 06:26:33 UTC 2024 - 436.7K bytes - Viewed (0) -
Change the default StorageClass | Kubernetes
This page shows how to change the default Storage Class that is used to provision volumes for PersistentVolumeClaims that have no special requirements. 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/administer-cluster/change-default-storage-class/Registered: Fri Nov 15 06:42:37 UTC 2024 - 431.3K bytes - Viewed (0)