- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 361 - 370 of 705 for host:kubernetes.io (0.06 sec)
-
Kubernetes Documentation | Kubernetes
Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation.kubernetes.io/docs/home/Registered: Fri Dec 05 08:34:44 UTC 2025 - 462.5K bytes - Viewed (0) -
Container Environment | Kubernetes
This page describes the resources available to Containers in the Container environment. Container environment The Kubernetes Container environment provides several important resources to Containers: A filesystem, which is a combination of an image and one or more volumes. Information about the Container itself. Information about other objects in the cluster. Container information The hostname of a Container is the name of the Pod in which the Container is running. It is available through the hostname command or the gethostname function call in libc.kubernetes.io/docs/concepts/containers/container-environment/Registered: Fri Dec 05 08:46:58 UTC 2025 - 461.4K bytes - Viewed (0) -
Cluster Architecture | Kubernetes
The architectural concepts behind Kubernetes.kubernetes.io/docs/concepts/architecture/Registered: Fri Dec 05 08:47:17 UTC 2025 - 476.9K bytes - Viewed (0) -
Migrating telemetry and security agents from do...
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' support for direct integration with Docker Engine is deprecated and has been removed. Most apps do not have a direct dependency on runtime hosting containers. However, there are still a lot of telemetry and monitoring agents that have a dependency on Docker to collect containers metadata, logs, and metrics.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/migrating-telemetry-and-sec...Registered: Fri Dec 05 08:58:16 UTC 2025 - 471.2K bytes - Viewed (0) -
Change the Access Mode of a PersistentVolume to...
This page shows how to change the access mode on an existing PersistentVolume to use ReadWriteOncePod. 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-pv-access-mode-readwriteoncepod/Registered: Fri Dec 05 08:58:27 UTC 2025 - 474.2K bytes - Viewed (0) -
Operating etcd clusters for Kubernetes | Kubern...
etcd is a consistent and highly-available key value store used as Kubernetes' backing store for all cluster data. If your Kubernetes cluster uses etcd as its backing store, make sure you have a back up plan for the data. You can find in-depth information about etcd in the official documentation. Before you begin Before you follow steps in this page to deploy, manage, back up or restore etcd, you need to understand the typical expectations for operating an etcd cluster.kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/Registered: Fri Dec 05 08:57:37 UTC 2025 - 489.9K bytes - Viewed (0) -
Parallel Processing using Expansions | Kubernetes
This task demonstrates running multiple Jobs based on a common template. You can use this approach to process batches of work in parallel. For this example there are only three items: apple, banana, and cherry. The sample Jobs process each item by printing a string then pausing. See using Jobs in real workloads to learn about how this pattern fits more realistic use cases. Before you begin You should be familiar with the basic, non-parallel, use of Job.kubernetes.io/docs/tasks/job/parallel-processing-expansion/Registered: Fri Dec 05 09:08:43 UTC 2025 - 478.7K bytes - Viewed (0) -
Monitoring, Logging, and Debugging | Kubernetes
Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application.kubernetes.io/docs/tasks/debug/Registered: Fri Dec 05 09:08:18 UTC 2025 - 464.6K bytes - Viewed (0) -
Auditing | Kubernetes
Kubernetes auditing provides a security-relevant, chronological set of records documenting the sequence of actions in a cluster. The cluster audits the activities generated by users, by applications that use the Kubernetes API, and by the control plane itself. Auditing allows cluster administrators to answer the following questions: what happened? when did it happen? who initiated it? on what did it happen? where was it observed? from where was it initiated?kubernetes.io/docs/tasks/debug/debug-cluster/audit/Registered: Fri Dec 05 09:08:30 UTC 2025 - 493.3K bytes - Viewed (0) -
Monitoring in Kubernetes | Kubernetes
Monitoring kubernetes system components.kubernetes.io/docs/tasks/debug/monitoring/Registered: Fri Dec 05 09:08:57 UTC 2025 - 455.2K bytes - Viewed (0)