- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 669 for host:kubernetes.io (0.03 sec)
-
Reference | Kubernetes
This section of the Kubernetes documentation contains references. API Reference Glossary - a comprehensive, standardized list of Kubernetes terminology Kubernetes API Reference One-page API Reference for Kubernetes v1.31 Using The Kubernetes API - overview of the API for Kubernetes. API access control - details on how Kubernetes controls API access Well-Known Labels, Annotations and Taints Officially supported client libraries To call the Kubernetes API from a programming language, you can use client libraries.kubernetes.io/docs/reference/Registered: Fri Nov 15 07:06:47 UTC 2024 - 432.8K 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 Nov 15 07:08:52 UTC 2024 - 487.4K 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 Nov 15 07:09:43 UTC 2024 - 432.8K 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 Nov 15 07:09:16 UTC 2024 - 430.8K bytes - Viewed (0) -
Instrumentation | Kubernetes
Instrumentation Kubernetes Component SLI Metrics CRI Pod & Container Metrics Collection of Pod & Container metrics vi...kubernetes.io/docs/reference/instrumentation/Registered: Fri Nov 15 07:10:20 UTC 2024 - 422.2K bytes - Viewed (0) -
API Overview | Kubernetes
This section provides reference information for the Kubernetes API. The REST API is the fundamental fabric of Kubernetes. All operations and communications between components, and external user commands are REST API calls that the API Server handles. Consequently, everything in the Kubernetes platform is treated as an API object and has a corresponding entry in the API. The Kubernetes API reference lists the API for Kubernetes version v1.31. For general background information, read The Kubernetes API.kubernetes.io/docs/reference/using-api/Registered: Fri Nov 15 07:09:56 UTC 2024 - 432.4K bytes - Viewed (0) -
kubeadm reset phase | Kubernetes
kubeadm reset phase enables you to invoke atomic steps of the node reset process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm reset phase is consistent with the kubeadm reset workflow, and behind the scene both use the same code. kubeadm reset phase phase Use this command to invoke single phase of the reset workflowkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-reset-phase/Registered: Fri Nov 15 07:12:52 UTC 2024 - 433.2K bytes - Viewed (0) -
kubectl certificate approve | Kubernetes
Synopsis Approve a certificate signing request. kubectl certificate approve allows a cluster admin to approve a certificate signing request (CSR). This action tells a certificate signing controller to issue a certificate to the requester with the attributes requested in the CSR. SECURITY NOTICE: Depending on the requested attributes, the issued certificate can potentially grant a requester access to cluster resources or to authenticate as a requested identity. Before approving a CSR, ensure you understand what the signed certificate can do.kubernetes.io/docs/reference/kubectl/generated/kubectl_certificate/kubectl_certificate_approve/Registered: Fri Nov 15 07:13:41 UTC 2024 - 435.6K bytes - Viewed (0) -
kubectl auth | Kubernetes
Synopsis Inspect authorization. kubectl auth [flags] Options -h, --help help for auth --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --cache-dir string Default: "$HOME/.kube/cache" Default cache directory --certificate-authority string Path to a cert file for the certificate authoritykubernetes.io/docs/reference/kubectl/generated/kubectl_auth/Registered: Fri Nov 15 07:13:30 UTC 2024 - 432.6K bytes - Viewed (0) -
kubeadm join | Kubernetes
This command initializes a new Kubernetes node and joins it to the existing cluster. Run this on any machine you wish to join an existing cluster Synopsis When joining a kubeadm initialized cluster, we need to establish bidirectional trust. This is split into discovery (having the Node trust the Kubernetes Control Plane) and TLS bootstrap (having the Kubernetes Control Plane trust the Node). There are 2 main schemes for discovery.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join/Registered: Fri Nov 15 07:14:52 UTC 2024 - 452.6K bytes - Viewed (0)