- Sort Score
- Result 10 results
- Languages All
- Labels All
Popular Words: test
Results 81 - 90 of 629 for host:kubernetes.io (0.03 sec)
-
Hello Minikube | Kubernetes
This tutorial shows you how to run a sample app on Kubernetes using minikube. The tutorial provides a container image that uses NGINX to echo back all the requests. Objectives Deploy a sample application to minikube. Run the app. View application logs. Before you begin This tutorial assumes that you have already set up minikube. See Step 1 in minikube start for installation instructions. Note:Only execute the instructions in Step 1, Installation.kubernetes.io/docs/tutorials/hello-minikube/Registered: Mon Oct 28 09:20:38 UTC 2024 - 443.6K bytes - Viewed (0) -
Auditing | Kubernetes
Kubernetes auditing provides a security-relevant, chronological set of records documenting the sequence of actions in a cluster. The cluster audits the activities generated by users, by applications that use the Kubernetes API, and by the control plane itself. Auditing allows cluster administrators to answer the following questions: what happened? when did it happen? who initiated it? on what did it happen? where was it observed? from where was it initiated?kubernetes.io/docs/tasks/debug/debug-cluster/audit/Registered: Mon Oct 28 09:11:03 UTC 2024 - 458.4K bytes - Viewed (0) -
Using a KMS provider for data encryption | Kube...
This page shows how to configure a Key Management Service (KMS) provider and plugin to enable secret data encryption. In Kubernetes 1.31 there are two versions of KMS at-rest encryption. You should use KMS v2 if feasible because KMS v1 is deprecated (since Kubernetes v1.28) and disabled by default (since Kubernetes v1.29). KMS v2 offers significantly better performance characteristics than KMS v1. Caution:This documentation is for the generally available implementation of KMS v2 (and for the deprecated version 1 implementation).kubernetes.io/docs/tasks/administer-cluster/kms-provider/Registered: Mon Oct 28 09:09:56 UTC 2024 - 459.1K bytes - Viewed (0) -
Use an Image Volume With a Pod | Kubernetes
FEATURE STATE: Kubernetes v1.31 [alpha] (enabled by default: false) This page shows how to configure a pod using image volumes. This allows you to mount content from OCI registries inside containers. 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/image-volumes/Registered: Mon Oct 28 09:10:34 UTC 2024 - 432.5K bytes - Viewed (0) -
kubectl rollout history | Kubernetes
Synopsis View previous rollout revisions and configurations. kubectl rollout history (TYPE NAME | TYPE/NAME) [flags] Examples # View the rollout history of a deployment kubectl rollout history deployment/abc # View the details of daemonset revision 3 kubectl rollout history daemonset/abc --revision=3 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. Only applies to golang and jsonpath output formats.kubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_history/Registered: Mon Oct 28 09:31:36 UTC 2024 - 435.2K bytes - Viewed (0) -
kubectl create role | Kubernetes
Synopsis Create a role with single rule. kubectl create role NAME --verb=verb --resource=resource.group/subresource [--resource-name=resourcename] [--dry-run=server|client|none] Examples # Create a role named "pod-reader" that allows user to perform "get", "watch" and "list" on pods kubectl create role pod-reader --verb=get --verb=list --verb=watch --resource=pods # Create a role named "pod-reader" with ResourceName specified kubectl create role pod-reader --verb=get --resource=pods --resource-name=readablepod --resource-name=anotherpod # Create a role named "foo" with API Group specified kubectl create role foo --verb=get,list,watch --resource=rs.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_role/Registered: Mon Oct 28 09:37:03 UTC 2024 - 437.6K bytes - Viewed (0) -
kubeadm certs | Kubernetes
kubeadm certs provides utilities for managing certificates. For more details on how these commands can be used, see Certificate Management with kubeadm. kubeadm certs A collection of operations for operating Kubernetes certificates. overview Commands related to handling kubernetes certificates Synopsis Commands related to handling kubernetes certificates kubeadm certs [flags] Options -h, --help help for certs Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-certs/Registered: Mon Oct 28 09:35:49 UTC 2024 - 467.1K bytes - Viewed (0) -
kubectl proxy | Kubernetes
Synopsis Creates a proxy server or application-level gateway between localhost and the Kubernetes API server. It also allows serving static content over specified HTTP path. All incoming data enters through one port and gets forwarded to the remote Kubernetes API server port, except for the path matching the static content path. kubectl proxy [--port=PORT] [--www=static-dir] [--www-prefix=prefix] [--api-prefix=prefix] Examples # To proxy all of the Kubernetes API and nothing else kubectl proxy --api-prefix=/ # To proxy only part of the Kubernetes API and also some static files # You can get pods info with 'curl localhost:8001/api/v1/pods' kubectl proxy --www=/my/files --www-prefix=/static/ --api-prefix=/api/ # To proxy the entire Kubernetes API at a different root # You can get pods info with 'curl localhost:8001/custom/api/v1/pods' kubectl proxy --api-prefix=/custom/ # Run a proxy to the Kubernetes API server on port 8011, serving static content from .kubernetes.io/docs/reference/kubectl/generated/kubectl_proxy/Registered: Mon Oct 28 09:36:48 UTC 2024 - 439.2K bytes - Viewed (0) -
Articles on dockershim Removal and on Using CRI...
This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/Registered: Mon Oct 28 09:39:28 UTC 2024 - 429.5K 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: Mon Oct 28 09:39:32 UTC 2024 - 452.6K bytes - Viewed (0)