- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 604 for host:kubernetes.io (0.06 sec)
-
Using ABAC Authorization | Kubernetes
Attribute-based access control (ABAC) defines an access control paradigm whereby access rights are granted to users through the use of policies which combine attributes together. Policy File Format To enable ABAC mode, specify --authorization-policy-file=SOME_FILENAME and --authorization-mode=ABAC on startup. The file format is one JSON object per line. There should be no enclosing list or map, only one map per line. Each line is a "policy object", where each such object is a map with the following properties:kubernetes.io/docs/reference/access-authn-authz/abac/Registered: Mon May 26 06:06:00 UTC 2025 - 459K bytes - Viewed (0) -
Using kubectl to Create a Deployment | Kubernetes
Objectives Learn about application Deployments. Deploy your first app on Kubernetes with kubectl. Kubernetes Deployments A Deployment is responsible for creating and updating instances of your application. Note:This tutorial uses a container that requires the AMD64 architecture. If you are using minikube on a computer with a different CPU architecture, you could try using minikube with a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/Registered: Mon May 26 06:06:44 UTC 2025 - 458.8K bytes - Viewed (0) -
Expose Your App Publicly | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/expose/Registered: Mon May 26 06:07:42 UTC 2025 - 446.1K bytes - Viewed (0) -
Automatic Cleanup for Finished Jobs | Kubernetes
A time-to-live mechanism to clean up old Jobs that have finished execution.kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/Registered: Mon May 26 05:37:21 UTC 2025 - 450K bytes - Viewed (0) -
Security | Kubernetes
Concepts for keeping your cloud-native workload secure.kubernetes.io/docs/concepts/security/Registered: Mon May 26 05:37:33 UTC 2025 - 455.1K bytes - Viewed (0) -
Monitor Node Health | Kubernetes
Node Problem Detector is a daemon for monitoring and reporting about a node's health. You can run Node Problem Detector as a DaemonSet or as a standalone daemon. Node Problem Detector collects information about node problems from various daemons and reports these conditions to the API server as Node Conditions or as Events. To learn how to install and use Node Problem Detector, see Node Problem Detector project documentation.kubernetes.io/docs/tasks/debug/debug-cluster/monitor-node-health/Registered: Mon May 26 05:55:49 UTC 2025 - 476.9K bytes - Viewed (0) -
Generating Reference Documentation for the Kube...
This page shows how to update the Kubernetes API reference documentation. The Kubernetes API reference documentation is built from the Kubernetes OpenAPI spec using the kubernetes-sigs/reference-docs generation code. If you find bugs in the generated documentation, you need to fix them upstream. If you need only to regenerate the reference documentation from the OpenAPI spec, continue reading this page. Before you begin Requirements: You need a machine that is running Linux or macOS.kubernetes.io/docs/contribute/generate-ref-docs/kubernetes-api/Registered: Mon May 26 06:33:26 UTC 2025 - 459.7K bytes - Viewed (0) -
Namespaces Walkthrough | Kubernetes
Kubernetes namespaces help different projects, teams, or customers to share a Kubernetes cluster. It does this by providing the following: A scope for Names. A mechanism to attach authorization and policy to a subsection of the cluster. Use of multiple namespaces is optional. This example demonstrates how to use Kubernetes namespaces to subdivide your 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.kubernetes.io/docs/tutorials/cluster-management/namespaces-walkthrough/Registered: Mon May 26 06:09:55 UTC 2025 - 479.6K bytes - Viewed (0) -
kubectl apply | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_apply/Registered: Mon May 26 06:13:39 UTC 2025 - 460.5K bytes - Viewed (0) -
kubectl apply set-last-applied | Kubernetes
Synopsis Set the latest last-applied-configuration annotations by setting it to match the contents of a file. This results in the last-applied-configuration being updated as though 'kubectl apply -f<file> ' was run, without updating any other parts of the object. kubectl apply set-last-applied -f FILENAME Examples # Set the last-applied-configuration of a resource to match the contents of a file kubectl apply set-last-applied -f deploy.yaml # Execute set-last-applied against each configuration file in a directory kubectl apply set-last-applied -f path/ # Set the last-applied-configuration of a resource to match the contents of a file; will create the annotation if it does not already exist kubectl apply set-last-applied -f deploy.kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_set-last-applied/Registered: Mon May 26 06:13:16 UTC 2025 - 457K bytes - Viewed (0)