- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 551 - 560 of 669 for host:kubernetes.io (0.04 sec)
-
Kubernetes Issues and Security | Kubernetes
Kubernetes Issues and Security Kubernetes Issue Tracker Kubernetes Security and Disclosure Information Official CVE F...kubernetes.io/docs/reference/issues-security/Registered: Fri Nov 15 07:10:59 UTC 2024 - 423.1K bytes - Viewed (0) -
kubectl config | Kubernetes
Synopsis Modify kubeconfig files using subcommands like "kubectl config set current-context my-context". The loading order follows these rules: If the --kubeconfig flag is set, then only that file is loaded. The flag may only be set once and no merging takes place. If $KUBECONFIG environment variable is set, then it is used as a list of paths (normal path delimiting rules for your system). These paths are merged. When a value is modified, it is modified in the file that defines the stanza.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/Registered: Fri Nov 15 07:19:22 UTC 2024 - 434.4K bytes - Viewed (0) -
kubectl auth whoami | Kubernetes
Synopsis Experimental: Check who you are and your attributes (groups, extra). This command is helpful to get yourself aware of the current user attributes, especially when dynamic authentication, e.g., token webhook, auth proxy, or OIDC provider, is enabled in the Kubernetes cluster. kubectl auth whoami Examples # Get your subject attributes kubectl auth whoami # Get your subject attributes in JSON format kubectl auth whoami -o json 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_auth/kubectl_auth_whoami/Registered: Fri Nov 15 07:19:40 UTC 2024 - 434.6K bytes - Viewed (0) -
Protocols for Services | Kubernetes
If you configure a Service, you can select from any network protocol that Kubernetes supports. Kubernetes supports the following protocols with Services: SCTP TCP (the default) UDP When you define a Service, you can also specify the application protocol that it uses. This document details some special cases, all of them typically using TCP as a transport protocol: HTTP and HTTPS PROXY protocol TLS termination at the load balancer Supported protocols There are 3 valid values for the protocol of a port for a Service:kubernetes.io/docs/reference/networking/service-protocols/Registered: Fri Nov 15 07:19:13 UTC 2024 - 431.4K bytes - Viewed (0) -
kubectl create service nodeport | Kubernetes
Synopsis Create a NodePort service with the specified name. kubectl create service nodeport NAME [--tcp=port:targetPort] [--dry-run=server|client|none] Examples # Create a new NodePort service named my-ns kubectl create service nodeport my-ns --tcp=5678:8080 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. Only applies to golang and jsonpath output formats. --dry-run string[="unchanged"] Default: "none" Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_service_nodeport/Registered: Fri Nov 15 07:20:48 UTC 2024 - 437.1K bytes - Viewed (0) -
kubectl delete | Kubernetes
Synopsis Delete resources by file names, stdin, resources and names, or by resources and label selector. JSON and YAML formats are accepted. Only one type of argument may be specified: file names, resources and names, or resources and label selector. Some resources, such as pods, support graceful deletion. These resources define a default period before they are forcibly terminated (the grace period) but you may override that value with the --grace-period flag, or pass --now to set a grace-period of 1.kubernetes.io/docs/reference/kubectl/generated/kubectl_delete/Registered: Fri Nov 15 07:20:55 UTC 2024 - 439.6K bytes - Viewed (0) -
kubectl create secret generic | Kubernetes
Synopsis Create a secret based on a file, directory, or specified literal value. A single secret may package one or more key/value pairs. When creating a secret based on a file, the key will default to the basename of the file, and the value will default to the file content. If the basename is an invalid key or you wish to chose your own, you may specify an alternate key.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret_generic/Registered: Fri Nov 15 07:22:41 UTC 2024 - 437.5K bytes - Viewed (0) -
Extend Kubernetes | Kubernetes
Understand advanced ways to adapt your Kubernetes cluster to the needs of your work environment.kubernetes.io/docs/tasks/extend-kubernetes/Registered: Fri Nov 15 06:54:01 UTC 2024 - 423.2K bytes - Viewed (0) -
Managing Kubernetes Objects Using Imperative Co...
Kubernetes objects can quickly be created, updated, and deleted directly using imperative commands built into the kubectl command-line tool. This document explains how those commands are organized and how to use them to manage live objects. Before you begin Install kubectl. 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.kubernetes.io/docs/tasks/manage-kubernetes-objects/imperative-command/Registered: Fri Nov 15 06:54:29 UTC 2024 - 435.9K bytes - Viewed (0) -
Manage Kubernetes Objects | Kubernetes
Declarative and imperative paradigms for interacting with the Kubernetes API.kubernetes.io/docs/tasks/manage-kubernetes-objects/Registered: Fri Nov 15 06:53:22 UTC 2024 - 424.2K bytes - Viewed (0)