Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test %27 テスト [xss]

Results 371 - 380 of 686 for host:kubernetes.io (0.03 sec)

  1. Tools for Monitoring Resources | Kubernetes

    To scale an application and provide a reliable service, you need to understand how the application behaves when it is deployed. You can examine application performance in a Kubernetes cluster by examining the containers, pods, services, and the characteristics of the overall cluster. Kubernetes provides detailed information about an application's resource usage at each of these levels. This information allows you to evaluate your application's performance and where bottlenecks can be removed to improve overall performance.
    kubernetes.io/docs/tasks/debug/debug-cluster/resource-usage-monitoring/
    Registered: Wed Jun 04 07:04:10 UTC 2025
    - 452K bytes
    - Viewed (0)
  2. kubectl config view | Kubernetes

    Synopsis Display merged kubeconfig settings or a specified kubeconfig file. You can use --output jsonpath={...} to extract specific values using a jsonpath expression. kubectl config view [flags] Examples # Show merged kubeconfig settings kubectl config view # Show merged kubeconfig settings, raw certificate data, and exposed secrets kubectl config view --raw # Get the password for the e2e user kubectl config view -o jsonpath='{.users[?(@.name == "e2e")].user.password}' Options --allow-missing-template-keys     Default: true If true, ignore any errors in templates when a field or map key is missing in the template.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_view/
    Registered: Wed Jun 04 07:23:38 UTC 2025
    - 456K bytes
    - Viewed (0)
  3. Submitting blog posts and case studies | Kubern...

    Anyone can write a blog post and submit it for review. Case studies require extensive review before they're approved. The Kubernetes Blog The Kubernetes blog is used by the project to communicate new features, community reports, and any news that might be relevant to the Kubernetes community. This includes end users and developers. Most of the blog's content is about things happening in the core project, but we encourage you to submit about things happening elsewhere in the ecosystem too!
    kubernetes.io/docs/contribute/new-content/blogs-case-studies/
    Registered: Mon Mar 31 06:53:31 UTC 2025
    - 442.1K bytes
    - Viewed (0)
  4. 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: Wed Jun 04 06:38:14 UTC 2025
    - 453.4K bytes
    - Viewed (0)
  5. 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.33 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: Wed Jun 04 06:38:51 UTC 2025
    - 454.5K bytes
    - Viewed (0)
  6. Nodes | Kubernetes

    Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a virtual or physical machine, depending on the cluster. Each node is managed by the control plane and contains the services necessary to run Pods. Typically you have several nodes in a cluster; in a learning or resource-limited environment, you might have only one node. The components on a node include the kubelet, a container runtime, and the kube-proxy.
    kubernetes.io/docs/concepts/architecture/nodes/
    Registered: Wed Jun 04 06:39:30 UTC 2025
    - 472.1K bytes
    - Viewed (0)
  7. Services, Load Balancing, and Networking | Kube...

    Concepts and resources behind networking in Kubernetes.
    kubernetes.io/docs/concepts/services-networking/
    Registered: Wed Jun 04 06:45:33 UTC 2025
    - 455.2K bytes
    - Viewed (0)
  8. Scheduling, Preemption and Eviction | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/scheduling-eviction/
    Registered: Wed Jun 04 06:45:12 UTC 2025
    - 449.9K bytes
    - Viewed (0)
  9. Taints and Tolerations | Kubernetes

    Node affinity is a property of Pods that attracts them to a set of nodes (either as a preference or a hard requirement). Taints are the opposite -- they allow a node to repel a set of pods. Tolerations are applied to pods. Tolerations allow the scheduler to schedule pods with matching taints. Tolerations allow scheduling but don't guarantee scheduling: the scheduler also evaluates other parameters as part of its function.
    kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
    Registered: Wed Jun 04 06:45:20 UTC 2025
    - 476.2K bytes
    - Viewed (0)
  10. Projected Volumes | Kubernetes

    This document describes projected volumes in Kubernetes. Familiarity with volumes is suggested. Introduction A projected volume maps several existing volume sources into the same directory. Currently, the following types of volume sources can be projected: secret downwardAPI configMap serviceAccountToken clusterTrustBundle All sources are required to be in the same namespace as the Pod. For more details, see the all-in-one volume design document. Example configuration with a secret, a downwardAPI, and a configMap pods/storage/projected-secret-downwardapi-configmap.
    kubernetes.io/docs/concepts/storage/projected-volumes/
    Registered: Wed Jun 04 06:46:18 UTC 2025
    - 483.9K bytes
    - Viewed (0)
Back to top