- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 541 - 550 of 699 for host:kubernetes.io (0.04 sec)
-
kube-apiserver Configuration (v1) | Kubernetes
Package v1 is the v1 version of the API. Resource Types AdmissionConfiguration AuthorizationConfiguration EncryptionConfiguration AdmissionConfiguration AdmissionConfiguration provides versioned configuration for admission controllers. FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringAdmissionConfiguration plugins []AdmissionPluginConfiguration Plugins allows specifying a configuration per admission control plugin. AuthorizationConfiguration FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringAuthorizationConfiguration authorizers [Required] []AuthorizerConfiguration Authorizers is an ordered list of authorizers to authorize requests against. This is similar to the --authorization-modes kube-apiserver flag Must be at least one. EncryptionConfiguration EncryptionConfiguration stores the complete configuration for encryption providers.kubernetes.io/docs/reference/config-api/apiserver-config.v1/Registered: Tue Sep 09 00:22:04 UTC 2025 - 476.7K bytes - Viewed (0) -
Roles and responsibilities | Kubernetes
Anyone can contribute to Kubernetes. As your contributions to SIG Docs grow, you can apply for different levels of membership in the community. These roles allow you to take on more responsibility within the community. Each role requires more time and commitment. The roles are: Anyone: regular contributors to the Kubernetes documentation Members: can assign and triage issues and provide non-binding review on pull requests Reviewers: can lead reviews on documentation pull requests and can vouch for a change's quality Approvers: can lead reviews on documentation and merge changes Anyone Anyone with a GitHub account can contribute to Kubernetes.kubernetes.io/docs/contribute/participate/roles-and-responsibilities/Registered: Tue Sep 09 00:21:46 UTC 2025 - 468K bytes - Viewed (0) -
Resource metrics pipeline | Kubernetes
For Kubernetes, the Metrics API offers a basic set of metrics to support automatic scaling and similar use cases. This API makes information available about resource usage for node and pod, including metrics for CPU and memory. If you deploy the Metrics API into your cluster, clients of the Kubernetes API can then query for this information, and you can use Kubernetes' access control mechanisms to manage permissions to do so.kubernetes.io/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/Registered: Mon Sep 08 23:01:19 UTC 2025 - 472.9K bytes - Viewed (0) -
Get a Shell to a Running Container | Kubernetes
This page shows how to use kubectl exec to get a shell to a running container. 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/debug/debug-application/get-shell-running-container/Registered: Mon Sep 08 23:02:45 UTC 2025 - 469.9K bytes - Viewed (0) -
Running Automated Tasks with a CronJob | Kubern...
This page shows how to run automated tasks using Kubernetes CronJob object. 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/job/automated-tasks-with-cron-jobs/Registered: Mon Sep 08 23:03:31 UTC 2025 - 468K bytes - Viewed (0) -
Use Custom Resources | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/extend-kubernetes/custom-resources/Registered: Mon Sep 08 23:07:57 UTC 2025 - 454.5K bytes - Viewed (0) -
Run a Stateless Application Using a Deployment ...
This page shows how to run an application using a Kubernetes Deployment object. Objectives Create an nginx deployment. Use kubectl to list information about the deployment. Update the deployment. 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/run-application/run-stateless-application-deployment/Registered: Mon Sep 08 23:05:38 UTC 2025 - 479.3K bytes - Viewed (0) -
Managing Kubernetes Objects Using Imperative Co...
Kubernetes objects can quickly be created, updated, and deleted directly using imperative commands built into the kubectl command-line tool. This document explains how those commands are organized and how to use them to manage live objects. Before you begin Install kubectl. 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/manage-kubernetes-objects/imperative-command/Registered: Mon Sep 08 23:05:52 UTC 2025 - 467.1K bytes - Viewed (0) -
Assign Pods to Nodes | Kubernetes
This page shows how to assign a Kubernetes Pod to a particular node in a Kubernetes 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/configure-pod-container/assign-pods-nodes/Registered: Mon Sep 08 23:04:31 UTC 2025 - 469.9K bytes - Viewed (0) -
Restrict a Container's Access to Resources with...
FEATURE STATE: Kubernetes v1.31 [stable] (enabled by default: true) This page shows you how to load AppArmor profiles on your nodes and enforce those profiles in Pods. To learn more about how Kubernetes can confine Pods using AppArmor, see Linux kernel security constraints for Pods and containers. Objectives See an example of how to load a profile on a Node Learn how to enforce the profile on a Pod Learn how to check that the profile is loaded See what happens when a profile is violated See what happens when a profile cannot be loaded Before you begin AppArmor is an optional kernel module and Kubernetes feature, so verify it is supported on your Nodes before proceeding:kubernetes.io/docs/tutorials/security/apparmor/Registered: Mon Sep 08 23:10:59 UTC 2025 - 479.2K bytes - Viewed (0)