Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 41 - 50 of 658 for timestamp:[now/d-1M TO *] (0.02 sec)

  1. WebhookAdmission Configuration (v1) | Kubernetes

    Package v1 is the v1 version of the API. Resource Types WebhookAdmission WebhookAdmission WebhookAdmission provides configuration for the webhook admission controller. FieldDescription apiVersionstringapiserver.config.k8s.io/v1 kindstringWebhookAdmission kubeConfigFile [Required] string KubeConfigFile is the path to the kubeconfig file.
    kubernetes.io/docs/reference/config-api/apiserver-webhookadmission.v1/
    Registered: Fri May 31 06:33:57 UTC 2024
    - 415.4K bytes
    - Viewed (0)
  2. Tutorial - Configuring a Java Microservice | Ku...

    <!DOCTYPE html> Content unavailable The interactive tutorial for creating a cluster is not available. For more information, see the shutdown announcement.
    kubernetes.io/docs/tutorials/configuration/configure-java-microservice/configure-java-microservic...
    Registered: Fri May 31 06:47:06 UTC 2024
    - 415.8K bytes
    - Viewed (0)
  3. Topology Aware Routing | Kubernetes

    _Topology Aware Routing_ provides a mechanism to help keep network traffic within the zone where it originated. Preferring same-zone traffic between Pods in your cluster can help with reliability, performance (network latency and throughput), or cost.
    kubernetes.io/docs/concepts/services-networking/topology-aware-routing/
    Registered: Fri May 31 05:33:30 UTC 2024
    - 429.4K bytes
    - Viewed (0)
  4. Kubernetes Object Management | Kubernetes

    The kubectl command-line tool supports several different ways to create and manage Kubernetes objects. This document provides an overview of the different approaches. Read the Kubectl book for details of managing objects by Kubectl. Management techniques Warning:A Kubernetes object should be managed using only one technique. Mixing and matching techniques for the same object results in undefined behavior. Management technique Operates on Recommended environment Supported writers Learning curve Imperative commands Live objects Development projects 1+ Lowest Imperative object configuration Individual files Production projects 1 Moderate Declarative object configuration Directories of files Production projects 1+ Highest Imperative commands When using imperative commands, a user operates directly on live objects in a cluster.
    kubernetes.io/docs/concepts/overview/working-with-objects/object-management/
    Registered: Fri May 31 05:32:38 UTC 2024
    - 428.8K bytes
    - Viewed (0)
  5. Troubleshooting kubeadm | Kubernetes

    As with any program, you might run into an error installing or running kubeadm. This page lists some common failure scenarios and have provided steps that can help you understand and fix the problem. If your problem is not listed below, please follow the following steps: If you think your problem is a bug with kubeadm: Go to github.com/kubernetes/kubeadm and search for existing issues. If no issue exists, please open one and follow the issue template.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/
    Registered: Fri May 31 05:30:56 UTC 2024
    - 461.5K bytes
    - Viewed (0)
  6. Customizing components with the kubeadm API | K...

    This page covers how to customize the components that kubeadm deploys. For control plane components you can use flags in the ClusterConfiguration structure or patches per-node. For the kubelet and kube-proxy you can use KubeletConfiguration and KubeProxyConfiguration, accordingly. All of these options are possible via the kubeadm configuration API. For more details on each field in the configuration you can navigate to our API reference pages. Note:Customizing the CoreDNS deployment of kubeadm is currently not supported.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/
    Registered: Fri May 31 05:31:48 UTC 2024
    - 436K bytes
    - Viewed (0)
  7. Installing Kubernetes with deployment tools | K...

    There are many methods and tools for setting up your own production Kubernetes cluster. For example: kubeadm kops: An automated cluster provisioning tool. For tutorials, best practices, configuration options and information on reaching out to the community, please check the kOps website for details. kubespray: A composition of Ansible playbooks, inventory, provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration management tasks. You can reach out to the community on Slack channel #kubespray.
    kubernetes.io/docs/setup/production-environment/tools/
    Registered: Fri May 31 05:32:01 UTC 2024
    - 417K bytes
    - Viewed (0)
  8. Creating Highly Available Clusters with kubeadm...

    This page explains two different approaches to setting up a highly available Kubernetes cluster using kubeadm: With stacked control plane nodes. This approach requires less infrastructure. The etcd members and control plane nodes are co-located. With an external etcd cluster. This approach requires more infrastructure. The control plane nodes and etcd members are separated. Before proceeding, you should carefully consider which approach best meets the needs of your applications and environment.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/
    Registered: Fri May 31 05:30:36 UTC 2024
    - 450.4K bytes
    - Viewed (0)
  9. Mixed Version Proxy | Kubernetes

    FEATURE STATE: Kubernetes v1.28 [alpha] Kubernetes 1.30 includes an alpha feature that lets an API Server proxy a resource requests to other peer API servers. This is useful when there are multiple API servers running different versions of Kubernetes in one cluster (for example, during a long-lived rollout to a new release of Kubernetes). This enables cluster administrators to configure highly available clusters that can be upgraded more safely, by directing resource requests (made during the upgrade) to the correct kube-apiserver.
    kubernetes.io/docs/concepts/architecture/mixed-version-proxy/
    Registered: Fri May 31 05:34:33 UTC 2024
    - 425K bytes
    - Viewed (0)
  10. kube-controller-manager | Kubernetes

    Synopsis The Kubernetes controller manager is a daemon that embeds the core control loops shipped with Kubernetes. In applications of robotics and automation, a control loop is a non-terminating loop that regulates the state of the system. In Kubernetes, a controller is a control loop that watches the shared state of the cluster through the apiserver and makes changes attempting to move the current state towards the desired state. Examples of controllers that ship with Kubernetes today are the replication controller, endpoints controller, namespace controller, and serviceaccounts controller.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/
    Registered: Fri May 31 06:25:55 UTC 2024
    - 469.2K bytes
    - Viewed (0)
Back to top