Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 669 for host:kubernetes.io (0.06 sec)

  1. Encrypting Confidential Data at Rest | Kubernetes

    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 enable and configure encryption of API data at rest. Note:This task covers encryption for resource data stored using the Kubernetes API.
    kubernetes.io/docs/tasks/administer-cluster/encrypt-data/
    Registered: Fri Nov 15 06:42:17 UTC 2024
    - 490.9K bytes
    - Viewed (0)
  2. Set up a High Availability etcd Cluster with ku...

    By default, kubeadm runs a local etcd instance on each control plane node. It is also possible to treat the etcd cluster as external and provision etcd instances on separate hosts. The differences between the two approaches are covered in the Options for Highly Available topology page. This task walks through the process of creating a high availability external etcd cluster of three members that can be used by kubeadm during cluster creation.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm/
    Registered: Fri Nov 15 06:28:30 UTC 2024
    - 452.7K bytes
    - Viewed (0)
  3. Annotations | Kubernetes

    You can use Kubernetes annotations to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can retrieve this metadata. Attaching metadata to objects You can use either labels or annotations to attach metadata to Kubernetes objects. Labels can be used to select objects and to find collections of objects that satisfy certain conditions. In contrast, annotations are not used to identify and select objects. The metadata in an annotation can be small or large, structured or unstructured, and can include characters not permitted by labels.
    kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
    Registered: Fri Nov 15 06:27:57 UTC 2024
    - 434.4K bytes
    - Viewed (0)
  4. kubectl version | Kubernetes

    Synopsis Print the client and server version information for the current context. kubectl version [flags] Examples # Print the client and server versions for the current context kubectl version Options --client If true, shows client version only (no server required). -h, --help help for version -o, --output string One of 'yaml' or 'json'. --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_version/
    Registered: Fri Nov 15 07:20:41 UTC 2024
    - 432.4K bytes
    - Viewed (0)
  5. kubectl for Docker Users | Kubernetes

    You can use the Kubernetes command line tool kubectl to interact with the API Server. Using kubectl is straightforward if you are familiar with the Docker command line tool. However, there are a few differences between the Docker commands and the kubectl commands. The following sections show a Docker sub-command and describe the equivalent kubectl command. docker run To run an nginx Deployment and expose the Deployment, see kubectl create deployment.
    kubernetes.io/docs/reference/kubectl/docker-cli-to-kubectl/
    Registered: Fri Nov 15 07:25:44 UTC 2024
    - 445.4K bytes
    - Viewed (0)
  6. kubectl plugin list | Kubernetes

    Synopsis List all available plugin files on a user's PATH. To see plugins binary names without the full path use --name-only flag. Available plugin files are those that are: - executable - anywhere on the user's PATH - begin with "kubectl-" kubectl plugin list [flags] Examples # List all available plugins kubectl plugin list # List only binary names of available plugins without paths kubectl plugin list --name-only Options -h, --help help for list
    kubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/kubectl_plugin_list/
    Registered: Fri Nov 15 07:26:03 UTC 2024
    - 432.9K bytes
    - Viewed (0)
  7. Feature Gates | Kubernetes

    This page contains an overview of the various feature gates an administrator can specify on different Kubernetes components. See feature stages for an explanation of the stages for a feature. Overview Feature gates are a set of key=value pairs that describe Kubernetes features. You can turn these features on or off using the --feature-gates command line flag on each Kubernetes component. Each Kubernetes component lets you enable or disable a set of feature gates that are relevant to that component.
    kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
    Registered: Fri Nov 15 07:29:38 UTC 2024
    - 555.6K bytes
    - Viewed (0)
  8. Scheduler Configuration | Kubernetes

    FEATURE STATE: Kubernetes v1.25 [stable] You can customize the behavior of the kube-scheduler by writing a configuration file and passing its path as a command line argument. A scheduling Profile allows you to configure the different stages of scheduling in the kube-scheduler. Each stage is exposed in an extension point. Plugins provide scheduling behaviors by implementing one or more of these extension points. You can specify scheduling profiles by running kube-scheduler --config <filename>, using the KubeSchedulerConfiguration v1 struct.
    kubernetes.io/docs/reference/scheduling/config/
    Registered: Fri Nov 15 07:33:49 UTC 2024
    - 471.6K bytes
    - Viewed (0)
  9. External APIs | Kubernetes

    External APIs Kubernetes Custom Metrics (v1beta2) Kubernetes External Metrics (v1beta1) Kubernetes Metrics (v1beta1) ...
    kubernetes.io/docs/reference/external-api/
    Registered: Fri Nov 15 07:33:42 UTC 2024
    - 421.8K bytes
    - Viewed (0)
  10. Page content types | Kubernetes

    The Kubernetes documentation follows several types of page content: Concept Task Tutorial Reference Content sections Each page content type contains a number of sections defined by Markdown comments and HTML headings. You can add content headings to your page with the heading shortcode. The comments and headings help maintain the structure of the page content types. Examples of Markdown comments defining page content sections: <!-- overview --> <!-- body --> To create common headings in your content pages, use the heading shortcode with a heading string.
    kubernetes.io/docs/contribute/style/page-content-types/
    Registered: Fri Nov 15 07:37:50 UTC 2024
    - 434.6K bytes
    - Viewed (0)
Back to top