- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 451 - 460 of 704 for host:kubernetes.io (0.03 sec)
-
Use a User Namespace With a Pod | Kubernetes
FEATURE STATE: Kubernetes v1.33 [beta] (enabled by default: true) This page shows how to configure a user namespace for pods. This allows you to isolate the user running inside the container from the one in the host. A process running as root in a container can run as a different (non-root) user in the host; in other words, the process has full privileges for operations inside the user namespace, but is unprivileged for operations outside the namespace.kubernetes.io/docs/tasks/configure-pod-container/user-namespaces/Registered: Wed Nov 05 10:58:15 UTC 2025 - 470.1K bytes - Viewed (0) -
Attach Handlers to Container Lifecycle Events |...
This page shows how to attach handlers to Container lifecycle events. Kubernetes supports the postStart and preStop events. Kubernetes sends the postStart event immediately after a Container is started, and it sends the preStop event immediately before the Container is terminated. A Container may specify one handler per event. 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/tasks/configure-pod-container/attach-handler-lifecycle-event/Registered: Wed Nov 05 10:58:31 UTC 2025 - 468.7K bytes - Viewed (0) -
Developing and debugging services locally using...
Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Kubernetes applications usually consist of multiple, separate services, each running in its own container. Developing and debugging these services on a remote Kubernetes cluster can be cumbersome, requiring you to get a shell on a running container in order to run debugging tools.kubernetes.io/docs/tasks/debug/debug-cluster/local-debugging/Registered: Wed Nov 05 11:02:01 UTC 2025 - 465.6K bytes - Viewed (0) -
Ephemeral Containers | Kubernetes
FEATURE STATE: Kubernetes v1.25 [stable] This page provides an overview of ephemeral containers: a special type of container that runs temporarily in an existing Pod to accomplish user-initiated actions such as troubleshooting. You use ephemeral containers to inspect services rather than to build applications. Understanding ephemeral containers Pods are the fundamental building block of Kubernetes applications. Since Pods are intended to be disposable and replaceable, you cannot add a container to a Pod once it has been created.kubernetes.io/docs/concepts/workloads/pods/ephemeral-containers/Registered: Wed Nov 05 10:22:03 UTC 2025 - 464.3K bytes - Viewed (0) -
IPv4/IPv6 dual-stack | Kubernetes
Kubernetes lets you configure single-stack IPv4 networking, single-stack IPv6 networking, or dual stack networking with both network families active. This page explains how.kubernetes.io/docs/concepts/services-networking/dual-stack/Registered: Wed Nov 05 10:23:01 UTC 2025 - 498.4K bytes - Viewed (0) -
Security Checklist | Kubernetes
Baseline checklist for ensuring security in Kubernetes clusters.kubernetes.io/docs/concepts/security/security-checklist/Registered: Wed Nov 05 10:33:04 UTC 2025 - 482.9K bytes - Viewed (0) -
Volumes | Kubernetes
Kubernetes volumes provide a way for containers in a pod to access and share data via the filesystem. There are different kinds of volume that you can use for different purposes, such as: populating a configuration file based on a ConfigMap or a Secret providing some temporary scratch space for a pod sharing a filesystem between two different containers in the same pod sharing a filesystem between two different pods (even if those Pods run on different nodes) durably storing data so that it stays available even if the Pod restarts or is replaced passing configuration information to an app running in a container, based on details of the Pod the container is in (for example: telling a sidecar container what namespace the Pod is running in) providing read-only access to data in a different container image Data sharing can be between different local processes within a container, or between different containers, or between Pods.kubernetes.io/docs/concepts/storage/volumes/Registered: Wed Nov 05 10:26:34 UTC 2025 - 582.4K bytes - Viewed (0) -
Service ClusterIP allocation | Kubernetes
In Kubernetes, Services are an abstract way to expose an application running on a set of Pods. Services can have a cluster-scoped virtual IP address (using a Service of type: ClusterIP). Clients can connect using that virtual IP address, and Kubernetes then load-balances traffic to that Service across the different backing Pods. How Service ClusterIPs are allocated? When Kubernetes needs to assign a virtual IP address for a Service, that assignment happens one of two ways:kubernetes.io/docs/concepts/services-networking/cluster-ip-allocation/Registered: Wed Nov 05 10:24:32 UTC 2025 - 470.1K bytes - Viewed (0) -
ReplicaSet | Kubernetes
A ReplicaSet's purpose is to maintain a stable set of replica Pods running at any given time. Usually, you define a Deployment and let that Deployment manage ReplicaSets automatically.kubernetes.io/docs/concepts/workloads/controllers/replicaset/Registered: Wed Nov 05 10:24:41 UTC 2025 - 502.1K bytes - Viewed (0) -
Services, Load Balancing, and Networking | Kube...
Concepts and resources behind networking in Kubernetes.kubernetes.io/docs/concepts/services-networking/Registered: Wed Nov 05 10:23:56 UTC 2025 - 468.6K bytes - Viewed (0)