Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 721 for host:kubernetes.io (0.03 sec)

  1. Logging Architecture | Kubernetes

    Application logs can help you understand what is happening inside your application. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism. Likewise, container engines are designed to support logging. The easiest and most adopted logging method for containerized applications is writing to standard output and standard error streams. However, the native functionality provided by a container engine or runtime is usually not enough for a complete logging solution.
    kubernetes.io/docs/concepts/cluster-administration/logging/
    Registered: Fri Dec 26 07:08:29 UTC 2025
    - 520.1K bytes
    - Viewed (0)
  2. Install and Set Up kubectl on Windows | Kubernetes

    Before you begin You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.35 client can communicate with v1.34, v1.35, and v1.36 control planes. Using the latest compatible version of kubectl helps avoid unforeseen issues. Install kubectl on Windows The following methods exist for installing kubectl on Windows: Install kubectl binary on Windows (via direct download or curl) Install on Windows using Chocolatey, Scoop, or winget Install kubectl binary on Windows (via direct download or curl) You have two options for installing kubectl on your Windows device
    kubernetes.io/docs/tasks/tools/install-kubectl-windows/
    Registered: Fri Dec 26 07:08:34 UTC 2025
    - 485.8K bytes
    - Viewed (0)
  3. Using ABAC Authorization | Kubernetes

    Attribute-based access control (ABAC) defines an access control paradigm whereby access rights are granted to users through the use of policies which combine attributes together. Policy File Format To enable ABAC mode, specify --authorization-policy-file=SOME_FILENAME and --authorization-mode=ABAC on startup. The file format is one JSON object per line. There should be no enclosing list or map, only one map per line. Each line is a "policy object", where each such object is a map with the following properties:
    kubernetes.io/docs/reference/access-authn-authz/abac/
    Registered: Fri Dec 26 07:34:37 UTC 2025
    - 479.9K bytes
    - Viewed (0)
  4. 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:To reconfigure a cluster that has already been created see Reconfiguring a kubeadm cluster.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/control-plane-flags/
    Registered: Fri Dec 26 06:49:14 UTC 2025
    - 490.8K bytes
    - Viewed (0)
  5. 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 Dec 26 06:49:45 UTC 2025
    - 502.2K bytes
    - Viewed (0)
  6. Installing Kubernetes with deployment tools | K...

    Production-Grade Container Orchestration
    kubernetes.io/docs/setup/production-environment/tools/
    Registered: Fri Dec 26 06:51:44 UTC 2025
    - 469.1K bytes
    - Viewed (0)
  7. 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 Dec 26 06:51:17 UTC 2025
    - 513K bytes
    - Viewed (0)
  8. Kubernetes Components | Kubernetes

    An overview of the key components that make up a Kubernetes cluster.
    kubernetes.io/docs/concepts/overview/components/
    Registered: Fri Dec 26 06:50:43 UTC 2025
    - 471.8K bytes
    - Viewed (0)
  9. 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 Dec 26 06:50:49 UTC 2025
    - 478.8K bytes
    - Viewed (0)
  10. Service Internal Traffic Policy | Kubernetes

    If two Pods in your cluster want to communicate, and both Pods are actually running on the same node, use _Service Internal Traffic Policy_ to keep network traffic within that node. Avoiding a round trip via the cluster network can help with reliability, performance (network latency and throughput), or cost.
    kubernetes.io/docs/concepts/services-networking/service-traffic-policy/
    Registered: Fri Dec 26 06:52:17 UTC 2025
    - 471.7K bytes
    - Viewed (0)
Back to top