- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 685 for filetype:html (0.03 sec)
-
kubectl replace | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_replace/Registered: Fri Jun 27 07:26:15 UTC 2025 - 458.9K bytes - Viewed (0) -
kubectl kustomize | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_kustomize/Registered: Fri Jun 27 07:26:27 UTC 2025 - 456.4K bytes - Viewed (0) -
kubectl explain | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_explain/Registered: Fri Jun 27 07:26:39 UTC 2025 - 456K bytes - Viewed (0) -
Managing Service Accounts | Kubernetes
A ServiceAccount provides an identity for processes that run in a Pod. A process inside a Pod can use the identity of its associated service account to authenticate to the cluster's API server. For an introduction to service accounts, read configure service accounts. This task guide explains some of the concepts behind ServiceAccounts. The guide also explains how to obtain or revoke tokens that represent ServiceAccounts, and how to (optionally) bind a ServiceAccount's validity to the lifetime of an API object.kubernetes.io/docs/reference/access-authn-authz/service-accounts-admin/Registered: Fri Jun 27 07:13:39 UTC 2025 - 504.9K bytes - Viewed (0) -
Kubelet authentication/authorization | Kubernetes
Overview A kubelet's HTTPS endpoint exposes APIs which give access to data of varying sensitivity, and allow you to perform operations with varying levels of power on the node and within containers. This document describes how to authenticate and authorize access to the kubelet's HTTPS endpoint. Kubelet authentication By default, requests to the kubelet's HTTPS endpoint that are not rejected by other configured authentication methods are treated as anonymous requests, and given a username of system:anonymous and a group of system:unauthenticated.kubernetes.io/docs/reference/access-authn-authz/kubelet-authn-authz/Registered: Fri Jun 27 07:13:44 UTC 2025 - 454K bytes - Viewed (0) -
List All Container Images Running in a Cluster ...
This page shows how to use kubectl to list all of the Container images for Pods running in a cluster. 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/access-application-cluster/list-all-running-container-images/Registered: Fri Jun 27 07:06:19 UTC 2025 - 455.4K bytes - Viewed (0) -
kubectl config set | Kubernetes
Synopsis Set an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. PROPERTY_VALUE is the new value you want to set. Binary fields such as 'certificate-authority-data' expect a base64 encoded string unless the --set-raw-bytes flag is used. Specifying an attribute name that already exists will merge new fields on top of existing values.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set/Registered: Fri Jun 27 07:23:57 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: Fri Jun 27 06:58:24 UTC 2025 - 491.5K bytes - Viewed (0) -
Extend kubectl with plugins | Kubernetes
Extend kubectl by creating and installing kubectl plugins.kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/Registered: Fri Jun 27 07:04:26 UTC 2025 - 468.8K bytes - Viewed (0) -
kubectl create poddisruptionbudget | Kubernetes
Synopsis Create a pod disruption budget with the specified name, selector, and desired minimum available pods. kubectl create poddisruptionbudget NAME --selector=SELECTOR --min-available=N [--dry-run=server|client|none] Examples # Create a pod disruption budget named my-pdb that will select all pods with the app=rails label # and require at least one of them being available at any point in time kubectl create poddisruptionbudget my-pdb --selector=app=rails --min-available=1 # Create a pod disruption budget named my-pdb that will select all pods with the app=nginx label # and require at least half of the pods selected to be available at any point in time kubectl create pdb my-pdb --selector=app=nginx --min-available=50% Options --allow-missing-template-keys Default: true If true, ignore any errors in templates when a field or map key is missing in the template.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_poddisruptionbudget/Registered: Fri Jun 27 07:20:43 UTC 2025 - 460K bytes - Viewed (0)