Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 670 for host:kubernetes.io (0.03 sec)

  1. Communicate Between Containers in the Same Pod ...

    This page shows how to use a Volume to communicate between two Containers running in the same Pod. See also how to allow processes to communicate by sharing process namespace between 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/access-application-cluster/communicate-containers-same-pod-shared-volume/
    Registered: Tue Nov 26 04:57:44 UTC 2024
    - 435.8K bytes
    - Viewed (0)
  2. Create a Cluster | Kubernetes

    Learn about Kubernetes cluster and create a simple cluster using Minikube.
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/
    Registered: Tue Nov 26 04:58:00 UTC 2024
    - 423.7K bytes
    - Viewed (0)
  3. kubeadm config | Kubernetes

    During kubeadm init, kubeadm uploads the ClusterConfiguration object to your cluster in a ConfigMap called kubeadm-config in the kube-system namespace. This configuration is then read during kubeadm join, kubeadm reset and kubeadm upgrade. You can use kubeadm config print to print the default static configuration that kubeadm uses for kubeadm init and kubeadm join. Note:The output of the command is meant to serve as an example. You must manually edit the output of this command to adapt to your setup.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-config/
    Registered: Tue Nov 26 05:08:16 UTC 2024
    - 441.6K bytes
    - Viewed (0)
  4. Networking Reference | Kubernetes

    This section of the Kubernetes documentation provides reference details of Kubernetes networking.
    kubernetes.io/docs/reference/networking/
    Registered: Tue Nov 26 05:08:22 UTC 2024
    - 420.8K bytes
    - Viewed (0)
  5. Horizontal Pod Autoscaling | Kubernetes

    In Kubernetes, a HorizontalPodAutoscaler automatically updates a workload resource (such as a Deployment or StatefulSet), with the aim of automatically scaling the workload to match demand. Horizontal scaling means that the response to increased load is to deploy more Pods. This is different from vertical scaling, which for Kubernetes would mean assigning more resources (for example: memory or CPU) to the Pods that are already running for the workload.
    kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
    Registered: Tue Nov 26 04:43:58 UTC 2024
    - 471.2K bytes
    - Viewed (0)
  6. Set up an Extension API Server | Kubernetes

    Setting up an extension API server to work with 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.
    kubernetes.io/docs/tasks/extend-kubernetes/setup-extension-api-server/
    Registered: Tue Nov 26 04:43:30 UTC 2024
    - 428.4K bytes
    - Viewed (0)
  7. Update Your App | Kubernetes

    Update Your App Performing a Rolling Update Perform a rolling update using kubectl. Feedback Was this page helpful? Y...
    kubernetes.io/docs/tutorials/kubernetes-basics/update/
    Registered: Tue Nov 26 04:40:50 UTC 2024
    - 422.2K bytes
    - Viewed (0)
  8. Updating Configuration via a ConfigMap | Kubern...

    This page provides a step-by-step example of updating configuration within a Pod via a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. At the end of this tutorial, you will understand how to change the configuration for a running application. This tutorial uses the alpine and nginx images as examples. 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/configuration/updating-configuration-via-a-configmap/
    Registered: Tue Nov 26 04:58:34 UTC 2024
    - 516.1K bytes
    - Viewed (0)
  9. Manage TLS Certificates in a Cluster | Kubernetes

    Kubernetes provides a certificates.k8s.io API, which lets you provision TLS certificates signed by a Certificate Authority (CA) that you control. These CA and certificates can be used by your workloads to establish trust. certificates.k8s.io API uses a protocol that is similar to the ACME draft. Note:Certificates created using the certificates.k8s.io API are signed by a dedicated CA. It is possible to configure your cluster to use the cluster root CA for this purpose, but you should never rely on this.
    kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/
    Registered: Tue Nov 26 04:58:39 UTC 2024
    - 448.5K bytes
    - Viewed (0)
  10. Using RBAC Authorization | Kubernetes

    Role-based access control (RBAC) is a method of regulating access to computer or network resources based on the roles of individual users within your organization. RBAC authorization uses the rbac.authorization.k8s.io API group to drive authorization decisions, allowing you to dynamically configure policies through the Kubernetes API. To enable RBAC, start the API server with the --authorization-mode flag set to a comma-separated list that includes RBAC; for example: kube-apiserver --authorization-mode=Example,RBAC --other-options --more-options API objects The RBAC API declares four kinds of Kubernetes object: Role, ClusterRole, RoleBinding and ClusterRoleBinding.
    kubernetes.io/docs/reference/access-authn-authz/rbac/
    Registered: Tue Nov 26 04:59:57 UTC 2024
    - 550K bytes
    - Viewed (0)
Back to top