- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 686 for host:kubernetes.io (0.09 sec)
-
Kubernetes Deprecation Policy | Kubernetes
This document details the deprecation policy for various facets of the system. Kubernetes is a large system with many components and many contributors. As with any such software, the feature set naturally evolves over time, and sometimes a feature may need to be removed. This could include an API, a flag, or even an entire feature. To avoid breaking existing users, Kubernetes follows a deprecation policy for aspects of the system that are slated to be removed.kubernetes.io/docs/reference/using-api/deprecation-policy/Registered: Fri Jun 27 07:09:37 UTC 2025 - 468.5K bytes - Viewed (0) -
Running Multiple Instances of Your App | Kubern...
Objectives Scale an existing app manually using kubectl. Scaling an application You can create from the start a Deployment with multiple instances using the --replicas parameter for the kubectl create deployment command. Previously we created a Deployment, and then exposed it publicly via a Service. The Deployment created only one Pod for running our application. When traffic increases, we will need to scale the application to keep up with user demand.kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/Registered: Fri Jun 27 07:09:51 UTC 2025 - 461.3K bytes - Viewed (0) -
kubectl rollout undo | Kubernetes
Synopsis Roll back to a previous rollout. kubectl rollout undo (TYPE NAME | TYPE/NAME) [flags] Examples # Roll back to the previous deployment kubectl rollout undo deployment/abc # Roll back to daemonset revision 3 kubectl rollout undo daemonset/abc --to-revision=3 # Roll back to the previous deployment with dry-run kubectl rollout undo --dry-run=server deployment/abc 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_rollout/kubectl_rollout_undo/Registered: Fri Jun 27 07:28:32 UTC 2025 - 457.2K bytes - Viewed (0) -
Client Authentication (v1) | Kubernetes
Resource Types ExecCredential ExecCredential ExecCredential is used by exec-based plugins to communicate credentials to HTTP transports. FieldDescription apiVersionstringclient.authentication.k8s.io/v1 kindstringExecCredential spec [Required] ExecCredentialSpec Spec holds information passed to the plugin by the transport. status ExecCredentialStatus Status is filled in by the plugin and holds the credentials that the transport should use to contact the API. Cluster Appears in: ExecCredentialSpec Cluster contains information to allow an exec plugin to communicate with the kubernetes cluster being authenticated to.kubernetes.io/docs/reference/config-api/client-authentication.v1/ Similar Results (1)Registered: Fri Jun 27 07:28:39 UTC 2025 - 453.3K bytes - Viewed (0) -
kubectl create rolebinding | Kubernetes
Synopsis Create a role binding for a particular role or cluster role. kubectl create rolebinding NAME --clusterrole=NAME|--role=NAME [--user=username] [--group=groupname] [--serviceaccount=namespace:serviceaccountname] [--dry-run=server|client|none] Examples # Create a role binding for user1, user2, and group1 using the admin cluster role kubectl create rolebinding admin --clusterrole=admin --user=user1 --user=user2 --group=group1 # Create a role binding for service account monitoring:sa-dev using the admin role kubectl create rolebinding admin-binding --role=admin --serviceaccount=monitoring:sa-dev 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_create/kubectl_create_rolebinding/ Similar Results (1)Registered: Fri Jun 27 07:27:40 UTC 2025 - 459.4K bytes - Viewed (0) -
Kubernetes Metrics Reference | Kubernetes
Details of the metric data that Kubernetes components export.kubernetes.io/docs/reference/instrumentation/metrics/Registered: Fri Jun 27 07:14:48 UTC 2025 - 718.5K bytes - Viewed (0) -
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 Jun 27 07:15:03 UTC 2025 - 447.6K bytes - Viewed (0) -
Linux Kernel Version Requirements | Kubernetes
Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Many features rely on specific kernel functionalities and have minimum kernel version requirements. However, relying solely on kernel version numbers may not be sufficient for certain operating system distributions, as maintainers for distributions such as RHEL, Ubuntu and SUSE often backport selected features to older kernel releases (retaining the older kernel version).kubernetes.io/docs/reference/node/kernel-version-requirements/Registered: Fri Jun 27 07:14:58 UTC 2025 - 453.6K bytes - Viewed (0) -
Kubectl user preferences (kuberc) | Kubernetes
FEATURE STATE: Kubernetes 1.33 [alpha] A Kubernetes kuberc configuration file allows you to define preferences for kubectl, such as default options and command aliases. Unlike the kubeconfig file, a kuberc configuration file does not contain cluster details, usernames or passwords. The default location of this configuration file is $HOME/.kube/kuberc. You can instruct kubectl to look at a custom path for this configuration using the --kuberc command line argument. aliases Within a kuberc configuration, aliases allow you to define custom shortcuts for kubectl commands, optionally with preset command line arguments.kubernetes.io/docs/reference/kubectl/kuberc/Registered: Fri Jun 27 07:29:26 UTC 2025 - 461.3K bytes - Viewed (0) -
kube-apiserver | Kubernetes
Synopsis The Kubernetes API server validates and configures data for the api objects which include pods, services, replicationcontrollers, and others. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact. kube-apiserver [flags] Options --admission-control-config-file string File with admission control configuration. --advertise-address string The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster.kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/Registered: Fri Jun 27 07:29:30 UTC 2025 - 511K bytes - Viewed (0)