Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 3,372 for host:developer.mozilla.org (0.05 sec)

  1. Example: Configuring a Java Microservice | Kube...

    Example: Configuring a Java Microservice Externalizing config using MicroProfile, ConfigMaps and Secrets Feedback Was...
    kubernetes.io/docs/tutorials/configuration/configure-java-microservice/
    Registered: Fri Nov 15 07:02:26 UTC 2024
    - 423K bytes
    - Viewed (0)
  2. Services, Load Balancing, and Networking | Kube...

    Concepts and resources behind networking in Kubernetes.
    kubernetes.io/docs/concepts/services-networking/
    Registered: Tue Nov 26 03:02:21 UTC 2024
    - 431.4K bytes
    - Viewed (0)
  3. Recommended Labels | Kubernetes

    You can visualize and manage Kubernetes objects with more tools than kubectl and the dashboard. A common set of labels allows tools to work interoperably, describing objects in a common manner that all tools can understand. In addition to supporting tooling, the recommended labels describe applications in a way that can be queried. The metadata is organized around the concept of an application. Kubernetes is not a platform as a service (PaaS) and doesn't have or enforce a formal notion of an application.
    kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/
    Registered: Tue Nov 26 03:02:27 UTC 2024
    - 444.2K bytes
    - Viewed (0)
  4. Dual-stack support with kubeadm | Kubernetes

    FEATURE STATE: Kubernetes v1.23 [stable] Your Kubernetes cluster includes dual-stack networking, which means that cluster networking lets you use either address family. In a cluster, the control plane can assign both an IPv4 address and an IPv6 address to a single Pod or a Service. Before you begin You need to have installed the kubeadm tool, following the steps from Installing kubeadm. For each server that you want to use as a node, make sure it allows IPv6 forwarding.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/
    Registered: Tue Nov 26 03:03:35 UTC 2024
    - 442.9K bytes
    - Viewed (0)
  5. IPv4/IPv6 dual-stack | Kubernetes

    Kubernetes lets you configure single-stack IPv4 networking, single-stack IPv6 networking, or dual stack networking with both network families active. This page explains how.
    kubernetes.io/docs/concepts/services-networking/dual-stack/
    Registered: Tue Nov 26 03:03:44 UTC 2024
    - 461.4K bytes
    - Viewed (0)
  6. Cloud Controller Manager | Kubernetes

    FEATURE STATE: Kubernetes v1.11 [beta] Cloud infrastructure technologies let you run Kubernetes on public, private, and hybrid clouds. Kubernetes believes in automated, API-driven infrastructure without tight coupling between components. The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster.
    kubernetes.io/docs/concepts/architecture/cloud-controller/
    Registered: Tue Nov 26 03:05:22 UTC 2024
    - 442.8K bytes
    - Viewed (0)
  7. Considerations for large clusters | Kubernetes

    A cluster is a set of nodes (physical or virtual machines) running Kubernetes agents, managed by the control plane. Kubernetes v1.31 supports clusters with up to 5,000 nodes. More specifically, Kubernetes is designed to accommodate configurations that meet all of the following criteria: No more than 110 pods per node No more than 5,000 nodes No more than 150,000 total pods No more than 300,000 total containers You can scale your cluster by adding or removing nodes.
    kubernetes.io/docs/setup/best-practices/cluster-large/
    Registered: Tue Nov 26 03:04:51 UTC 2024
    - 431.6K bytes
    - Viewed (0)
  8. Running in multiple zones | Kubernetes

    This page describes running Kubernetes across multiple zones. Background Kubernetes is designed so that a single Kubernetes cluster can run across multiple failure zones, typically where these zones fit within a logical grouping called a region. Major cloud providers define a region as a set of failure zones (also called availability zones) that provide a consistent set of features: within a region, each zone offers the same APIs and services.
    kubernetes.io/docs/setup/best-practices/multiple-zones/
    Registered: Tue Nov 26 03:05:51 UTC 2024
    - 432.3K bytes
    - Viewed (0)
  9. Init Containers | Kubernetes

    This page provides an overview of init containers: specialized containers that run before app containers in a Pod. Init containers can contain utilities or setup scripts not present in an app image. You can specify init containers in the Pod specification alongside the containers array (which describes app containers). In Kubernetes, a sidecar container is a container that starts before the main application container and continues to run. This document is about init containers: containers that run to completion during Pod initialization.
    kubernetes.io/docs/concepts/workloads/pods/init-containers/
    Registered: Tue Nov 26 03:06:31 UTC 2024
    - 452.3K bytes
    - Viewed (0)
  10. Owners and Dependents | Kubernetes

    In Kubernetes, some objects are owners of other objects. For example, a ReplicaSet is the owner of a set of Pods. These owned objects are dependents of their owner. Ownership is different from the labels and selectors mechanism that some resources also use. For example, consider a Service that creates EndpointSlice objects. The Service uses labels to allow the control plane to determine which EndpointSlice objects are used for that Service.
    kubernetes.io/docs/concepts/overview/working-with-objects/owners-dependents/
    Registered: Tue Nov 26 03:07:34 UTC 2024
    - 430.6K bytes
    - Viewed (0)
Back to top