Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 673 for host:kubernetes.io (0.03 sec)

  1. Install and Set Up kubectl on macOS | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.32 client can communicate with v1.31, v1.32, and v1.33 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on macOS The following methods exist for installing kubectl on macOS: Install kubectl on macOS Install kubectl binary with curl on macOS Install with Homebrew on macOS Install with Macports on macOS Verify kubectl configuration Optional kubectl configurations and plugins Enable shell autocompletion Install kubectl convert plugin Install kubectl binary with curl on macOS Download the latest release:
    kubernetes.io/docs/tasks/tools/install-kubectl-macos/
    Registered: Wed Feb 12 06:01:51 UTC 2025
    - 463.5K bytes
    - Viewed (0)
  2. Upgrading kubeadm clusters | Kubernetes

    This page explains how to upgrade a Kubernetes cluster created with kubeadm from version 1.31.x to version 1.32.x, and from version 1.32.x to 1.32.y (where y > x). Skipping MINOR versions when upgrading is unsupported. For more details, please visit Version Skew Policy. To see information about upgrading clusters created using older versions of kubeadm, please refer to following pages instead: Upgrading a kubeadm cluster from 1.30 to 1.31 Upgrading a kubeadm cluster from 1.
    kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/
    Registered: Wed Feb 12 06:01:35 UTC 2025
    - 452.1K bytes
    - Viewed (0)
  3. Scale Your App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/
    Registered: Wed Feb 12 06:15:13 UTC 2025
    - 428K bytes
    - Viewed (0)
  4. Create an External Load Balancer | Kubernetes

    This page shows how to create an external load balancer. When creating a Service, you have the option of automatically creating a cloud load balancer. This provides an externally-accessible IP address that sends traffic to the correct port on your cluster nodes, provided your cluster runs in a supported environment and is configured with the correct cloud load balancer provider package. You can also use an Ingress in place of Service.
    kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/
    Registered: Wed Feb 12 06:15:29 UTC 2025
    - 443.8K bytes
    - Viewed (0)
  5. Access Services Running on Clusters | Kubernetes

    This page shows how to connect to services running on the 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/access-application-cluster/access-cluster-services/
    Registered: Wed Feb 12 06:15:37 UTC 2025
    - 438.4K bytes
    - Viewed (0)
  6. Configure the Aggregation Layer | Kubernetes

    Configuring the aggregation layer allows the Kubernetes apiserver to be extended with additional APIs, which are not part of the core Kubernetes APIs. 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/extend-kubernetes/configure-aggregation-layer/
    Registered: Wed Feb 12 06:15:42 UTC 2025
    - 449.8K bytes
    - Viewed (0)
  7. 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 Feb 12 06:25:20 UTC 2025
    - 490.2K bytes
    - Viewed (0)
  8. Example: Deploying Cassandra with a StatefulSet...

    This tutorial shows you how to run Apache Cassandra on Kubernetes. Cassandra, a database, needs persistent storage to provide data durability (application state). In this example, a custom Cassandra seed provider lets the database discover new Cassandra instances as they join the Cassandra cluster. StatefulSets make it easier to deploy stateful applications into your Kubernetes cluster. For more information on the features used in this tutorial, see StatefulSet. Note:Cassandra and Kubernetes both use the term node to mean a member of a cluster.
    kubernetes.io/docs/tutorials/stateful-application/cassandra/
    Registered: Wed Feb 12 06:26:02 UTC 2025
    - 473.3K bytes
    - Viewed (0)
  9. API Overview | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/using-api/
    Registered: Wed Feb 12 06:26:13 UTC 2025
    - 434.6K bytes
    - Viewed (0)
  10. Audit Annotations | Kubernetes

    This page serves as a reference for the audit annotations of the kubernetes.io namespace. These annotations apply to Event object from API group audit.k8s.io. Note:The following annotations are not used within the Kubernetes API. When you enable auditing in your cluster, audit event data is written using Event from API group audit.k8s.io. The annotations apply to audit events. Audit events are different from objects in the Event API (API group events.
    kubernetes.io/docs/reference/labels-annotations-taints/audit-annotations/
    Registered: Wed Feb 12 06:25:29 UTC 2025
    - 435.5K bytes
    - Viewed (0)
Back to top