- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 685 for host:kubernetes.io (0.11 sec)
-
Running Kubernetes Node Components as a Non-roo...
FEATURE STATE: Kubernetes v1.22 [alpha] This document describes how to run Kubernetes Node components such as kubelet, CRI, OCI, and CNI without root privileges, by using a user namespace. This technique is also known as rootless mode. Note:This document describes how to run Kubernetes Node components (and hence pods) as a non-root user. If you are just looking for how to run a pod as a non-root user, see SecurityContext.kubernetes.io/docs/tasks/administer-cluster/kubelet-in-userns/Registered: Wed Apr 16 06:13:18 UTC 2025 - 455.2K bytes - Viewed (0) -
Migrate Kubernetes Objects Using Storage Versio...
FEATURE STATE: Kubernetes v1.30 [alpha] (enabled by default: false) Kubernetes relies on API data being actively re-written, to support some maintenance activities related to at rest storage. Two prominent examples are the versioned schema of stored resources (that is, the preferred storage schema changing from v1 to v2 for a given resource) and encryption at rest (that is, rewriting stale data based on a change in how the data should be encrypted).kubernetes.io/docs/tasks/manage-kubernetes-objects/storage-version-migration/Registered: Wed Apr 16 06:13:22 UTC 2025 - 477.1K bytes - Viewed (0) -
Configure a Security Context for a Pod or Conta...
A security context defines privilege and access control settings for a Pod or Container. Security context settings include, but are not limited to: Discretionary Access Control: Permission to access an object, like a file, is based on user ID (UID) and group ID (GID). Security Enhanced Linux (SELinux): Objects are assigned security labels. Running as privileged or unprivileged. Linux Capabilities: Give a process some privileges, but not all the privileges of the root user.kubernetes.io/docs/tasks/configure-pod-container/security-context/Registered: Wed Apr 16 06:12:02 UTC 2025 - 509.3K 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: Wed Apr 16 06:15:45 UTC 2025 - 458K bytes - Viewed (0) -
Job with Pod-to-Pod Communication | Kubernetes
In this example, you will run a Job in Indexed completion mode configured such that the pods created by the Job can communicate with each other using pod hostnames rather than pod IP addresses. Pods within a Job might need to communicate among themselves. The user workload running in each pod could query the Kubernetes API server to learn the IPs of the other Pods, but it's much simpler to rely on Kubernetes' built-in DNS resolution.kubernetes.io/docs/tasks/job/job-with-pod-to-pod-communication/Registered: Wed Apr 16 06:15:32 UTC 2025 - 444.8K 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: Wed Apr 16 06:15:00 UTC 2025 - 444.6K bytes - Viewed (0) -
Security | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/security/Registered: Wed Apr 16 06:25:01 UTC 2025 - 432K bytes - Viewed (0) -
Example: Deploying PHP Guestbook application wi...
This tutorial shows you how to build and deploy a simple (not production ready), multi-tier web application using Kubernetes and Docker. This example consists of the following components: A single-instance Redis to store guestbook entries Multiple web frontend instances Objectives Start up a Redis leader. Start up two Redis followers. Start up the guestbook frontend. Expose and view the Frontend Service. Clean up. 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/tutorials/stateless-application/guestbook/Registered: Wed Apr 16 06:25:35 UTC 2025 - 484.7K bytes - Viewed (0) -
kube-apiserver Audit Configuration (v1) | Kuber...
Resource Types Event EventList Policy PolicyList Event Appears in: EventList Event captures all the information that can be included in an API audit log. FieldDescription apiVersionstringaudit.k8s.io/v1 kindstringEvent level [Required] Level AuditLevel at which event was generated auditID [Required] k8s.io/apimachinery/pkg/types.UID Unique audit ID, generated for each request. stage [Required] Stage Stage of the request handling when this event instance was generated. requestURI [Required] string RequestURI is the request URI as sent by the client to a server.kubernetes.io/docs/reference/config-api/apiserver-audit.v1/Registered: Wed Apr 16 06:44:44 UTC 2025 - 447.9K bytes - Viewed (0) -
WebhookAdmission Configuration (v1) | Kubernetes
Package v1 is the v1 version of the API. Resource Types WebhookAdmission WebhookAdmission WebhookAdmission provides configuration for the webhook admission controller. FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringWebhookAdmission kubeConfigFile [Required] string KubeConfigFile is the path to the kubeconfig file.kubernetes.io/docs/reference/config-api/apiserver-webhookadmission.v1/Registered: Wed Apr 16 06:44:55 UTC 2025 - 431.8K bytes - Viewed (0)