- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of 686 for host:kubernetes.io (0.03 sec)
-
Translate a Docker Compose File to Kubernetes R...
What's Kompose? It's a conversion tool for all things compose (namely Docker Compose) to container orchestrators (Kubernetes or OpenShift). More information can be found on the Kompose website at https://kompose.io/. 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.kubernetes.io/docs/tasks/configure-pod-container/translate-compose-kubernetes/Registered: Fri Jun 27 06:55:31 UTC 2025 - 482.4K bytes - Viewed (0) -
Encrypting Confidential Data at Rest | Kubernetes
All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to enable and configure encryption of API data at rest. Note:This task covers encryption for resource data stored using the Kubernetes API.kubernetes.io/docs/tasks/administer-cluster/encrypt-data/Registered: Fri Jun 27 06:51:00 UTC 2025 - 512.5K bytes - Viewed (0) -
Configure RunAsUserName for Windows pods and co...
FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to use the runAsUserName setting for Pods and containers that will run on Windows nodes. This is roughly equivalent of the Linux-specific runAsUser setting, allowing you to run applications in a container as a different username than the default. 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/configure-runasusername/Registered: Fri Jun 27 06:55:47 UTC 2025 - 463.5K bytes - Viewed (0) -
Kubernetes API health endpoints | Kubernetes
The Kubernetes API server provides API endpoints to indicate the current status of the API server. This page describes these API endpoints and explains how you can use them. API endpoints for health The Kubernetes API server provides 3 API endpoints (healthz, livez and readyz) to indicate the current status of the API server. The healthz endpoint is deprecated (since Kubernetes v1.16), and you should use the more specific livez and readyz endpoints instead.kubernetes.io/docs/reference/using-api/health-checks/Registered: Fri Jun 27 07:12:22 UTC 2025 - 452.4K bytes - Viewed (0) -
Certificates and Certificate Signing Requests |...
Kubernetes certificate and trust bundle APIs enable automation of X.509 credential provisioning by providing a programmatic interface for clients of the Kubernetes API to request and obtain X.509 certificates from a Certificate Authority (CA). There is also experimental (alpha) support for distributing trust bundles. Certificate signing requests FEATURE STATE: Kubernetes v1.19 [stable] A CertificateSigningRequest (CSR) resource is used to request that a certificate be signed by a denoted signer, after which the request may be approved or denied before finally being signed.kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/Registered: Fri Jun 27 07:12:29 UTC 2025 - 500K bytes - Viewed (0) -
Dynamic Admission Control | Kubernetes
In addition to compiled-in admission plugins, admission plugins can be developed as extensions and run as webhooks configured at runtime. This page describes how to build, configure, use, and monitor admission webhooks. What are admission webhooks? Admission webhooks are HTTP callbacks that receive admission requests and do something with them. You can define two types of admission webhooks, validating admission webhook and mutating admission webhook. Mutating admission webhooks are invoked first, and can modify objects sent to the API server to enforce custom defaults.kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/Registered: Fri Jun 27 07:12:41 UTC 2025 - 583K bytes - Viewed (0) -
Example: Deploying WordPress and MySQL with Per...
This tutorial shows you how to deploy a WordPress site and a MySQL database using Minikube. Both applications use PersistentVolumes and PersistentVolumeClaims to store data. A PersistentVolume (PV) is a piece of storage in the cluster that has been manually provisioned by an administrator, or dynamically provisioned by Kubernetes using a StorageClass. A PersistentVolumeClaim (PVC) is a request for storage by a user that can be fulfilled by a PV.kubernetes.io/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/Registered: Fri Jun 27 07:12:12 UTC 2025 - 490.2K bytes - Viewed (0) -
Audit Annotations | Kubernetes
This page serves as a reference for the audit annotations of the kubernetes.io namespace. These annotations apply to Event object from API group audit.k8s.io. Note:The following annotations are not used within the Kubernetes API. When you enable auditing in your cluster, audit event data is written using Event from API group audit.k8s.io. The annotations apply to audit events. Audit events are different from objects in the Event API (API group events.kubernetes.io/docs/reference/labels-annotations-taints/audit-annotations/Registered: Fri Jun 27 07:13:27 UTC 2025 - 455.8K bytes - Viewed (0) -
kubectl exec | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_exec/Registered: Fri Jun 27 07:26:33 UTC 2025 - 456.4K bytes - Viewed (0) -
kubectl proxy | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/Registered: Fri Jun 27 07:25:24 UTC 2025 - 459K bytes - Viewed (0)