- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 685 for host:kubernetes.io (0.02 sec)
-
Install Tools | Kubernetes
Set up Kubernetes tools on your computer.kubernetes.io/docs/tasks/tools/Registered: Wed Apr 16 06:02:28 UTC 2025 - 434.6K bytes - Viewed (0) -
Find Out What Container Runtime is Used on a No...
This page outlines steps to find out what container runtime the nodes in your cluster use. Depending on the way you run your cluster, the container runtime for the nodes may have been pre-configured or you need to configure it. If you're using a managed Kubernetes service, there might be vendor-specific ways to check what container runtime is configured for the nodes. The method described on this page should work whenever the execution of kubectl is allowed.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/find-out-runtime-you-use/Registered: Wed Apr 16 06:02:32 UTC 2025 - 437.8K bytes - Viewed (0) -
Windows in Kubernetes | Kubernetes
Kubernetes supports nodes that run Microsoft Windows.kubernetes.io/docs/concepts/windows/Registered: Wed Apr 16 06:02:14 UTC 2025 - 433.4K bytes - Viewed (0) -
Objects In Kubernetes | Kubernetes
Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster. Learn about the Kubernetes object model and how to work with these objects.kubernetes.io/docs/concepts/overview/working-with-objects/Registered: Wed Apr 16 05:48:28 UTC 2025 - 448.6K bytes - Viewed (0) -
Use a SOCKS5 Proxy to Access the Kubernetes API...
FEATURE STATE: Kubernetes v1.24 [stable] This page shows how to use a SOCKS5 proxy to access the API of a remote Kubernetes cluster. This is useful when the cluster you want to access does not expose its API directly on the public internet. 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/extend-kubernetes/socks5-proxy-access-api/Registered: Wed Apr 16 06:16:31 UTC 2025 - 445.9K bytes - Viewed (0) -
Issue a Certificate for a Kubernetes API Client...
Kubernetes lets you use a public key infrastructure (PKI) to authenticate to your cluster as a client. A few steps are required in order to get a normal user to be able to authenticate and invoke an API. First, this user must have an X.509 certificate issued by an authority that your Kubernetes cluster trusts. The client must then present that certificate to the Kubernetes API. You use a CertificateSigningRequest as part of this process, and either you or some other principal must approve the request.kubernetes.io/docs/tasks/tls/certificate-issue-client-csr/Registered: Wed Apr 16 06:16:36 UTC 2025 - 445.6K bytes - Viewed (0) -
Using Minikube to Create a Cluster | Kubernetes
Objectives Learn what a Kubernetes cluster is. Learn what Minikube is. Start a Kubernetes cluster on your computer. Kubernetes Clusters Kubernetes is a production-grade, open-source platform that orchestrates the placement (scheduling) and execution of application containers within and across computer clusters. Kubernetes coordinates a highly available cluster of computers that are connected to work as a single unit. The abstractions in Kubernetes allow you to deploy containerized applications to a cluster without tying them specifically to individual machines.kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/Registered: Wed Apr 16 06:16:50 UTC 2025 - 440.3K bytes - Viewed (0) -
Scale Your App | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/scale/Registered: Wed Apr 16 06:16:56 UTC 2025 - 432.6K bytes - Viewed (0) -
API Overview | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/using-api/Registered: Wed Apr 16 06:23:45 UTC 2025 - 439.2K 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: Wed Apr 16 06:24:00 UTC 2025 - 485.9K bytes - Viewed (0)