Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 658 for host:kubernetes.io (0.02 sec)

  1. Using NodeLocal DNSCache in Kubernetes Clusters...

    FEATURE STATE: Kubernetes v1.18 [stable] This page provides an overview of NodeLocal DNSCache feature in Kubernetes. 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/
    Registered: Fri May 31 05:55:46 UTC 2024
    - 427.9K bytes
    - Viewed (0)
  2. Migrate Kubernetes Objects Using Storage Versio...

    FEATURE STATE: Kubernetes v1.30 [alpha] Kubernetes relies on API data being actively re-written, to support some maintenance activities related to at rest storage. Two prominent examples are the versioned schema of stored resources (that is, the preferred storage schema changing from v1 to v2 for a given resource) and encryption at rest (that is, rewriting stale data based on a change in how the data should be encrypted). Before you begin Install kubectl.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/storage-version-migration/
    Registered: Fri May 31 05:55:55 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  3. 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: Fri May 31 05:56:23 UTC 2024
    - 422.7K bytes
    - Viewed (0)
  4. Accessing Clusters | Kubernetes

    This topic discusses multiple ways to interact with clusters. Accessing for the first time with kubectl When accessing the Kubernetes API for the first time, we suggest using the Kubernetes CLI, kubectl. To access a cluster, you need to know the location of the cluster and have credentials to access it. Typically, this is automatically set-up when you work through a Getting started guide, or someone else set up the cluster and provided you with credentials and a location.
    kubernetes.io/docs/tasks/access-application-cluster/access-cluster/
    Registered: Fri May 31 05:56:27 UTC 2024
    - 434.7K bytes
    - Viewed (0)
  5. Run a Single-Instance Stateful Application | Ku...

    This page shows you how to run a single-instance stateful application in Kubernetes using a PersistentVolume and a Deployment. The application is MySQL. Objectives Create a PersistentVolume referencing a disk in your environment. Create a MySQL Deployment. Expose MySQL to other pods in the cluster at a known DNS name. 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/tasks/run-application/run-single-instance-stateful-application/
    Registered: Fri May 31 05:56:40 UTC 2024
    - 440.9K bytes
    - Viewed (0)
  6. Decrypt Confidential Data that is Already Encry...

    All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to switch from encryption of API data at rest, so that API data are stored unencrypted.
    kubernetes.io/docs/tasks/administer-cluster/decrypt-data/
    Registered: Fri May 31 05:55:39 UTC 2024
    - 429K bytes
    - Viewed (0)
  7. Kubernetes Issue Tracker | Kubernetes

    To report a security issue, please follow the Kubernetes security disclosure process. Work on Kubernetes code and public issues are tracked using GitHub Issues. Official list of known CVEs (security vulnerabilities) that have been announced by the Security Response Committee CVE-related GitHub issues Security-related announcements are sent to the kubernetes-security-announce@googlegroups.com mailing list.
    kubernetes.io/docs/reference/issues-security/issues/
    Registered: Fri May 31 06:13:26 UTC 2024
    - 416.7K bytes
    - Viewed (0)
  8. Setup tools | Kubernetes

    Setup tools Kubeadm Feedback Was this page helpful? Yes No Thanks for the feedback. If you have a specific, answerabl...
    kubernetes.io/docs/reference/setup-tools/
    Registered: Fri May 31 06:13:21 UTC 2024
    - 413.5K bytes
    - Viewed (0)
  9. Configure a Pod Quota for a Namespace | Kubernetes

    Restrict how many Pods you can create within a namespace.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-pod-namespace/
    Registered: Fri May 31 05:49:59 UTC 2024
    - 430.7K bytes
    - Viewed (0)
  10. Developing Cloud Controller Manager | Kubernetes

    FEATURE STATE: Kubernetes v1.11 [beta] 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. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.
    kubernetes.io/docs/tasks/administer-cluster/developing-cloud-controller-manager/
    Registered: Fri May 31 05:50:23 UTC 2024
    - 421.1K bytes
    - Viewed (0)
Back to top