- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 675 for host:kubernetes.io (0.03 sec)
-
Explore Your App | Kubernetes
Explore Your App Viewing Pods and Nodes Learn how to troubleshoot Kubernetes applications using kubectl get, kubectl ...kubernetes.io/docs/tutorials/kubernetes-basics/explore/Registered: Mon Dec 16 06:56:44 UTC 2024 - 427.8K bytes - Viewed (0) -
kubectl apply set-last-applied | Kubernetes
Synopsis Set the latest last-applied-configuration annotations by setting it to match the contents of a file. This results in the last-applied-configuration being updated as though 'kubectl apply -f<file> ' was run, without updating any other parts of the object. kubectl apply set-last-applied -f FILENAME Examples # Set the last-applied-configuration of a resource to match the contents of a file kubectl apply set-last-applied -f deploy.yaml # Execute set-last-applied against each configuration file in a directory kubectl apply set-last-applied -f path/ # Set the last-applied-configuration of a resource to match the contents of a file; will create the annotation if it does not already exist kubectl apply set-last-applied -f deploy.kubernetes.io/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_set-last-applied/Registered: Mon Dec 16 07:10:17 UTC 2024 - 439.9K bytes - Viewed (0) -
kubectl logs | Kubernetes
Synopsis Print the logs for a container in a pod or specified resource. If the pod has only one container, the container name is optional. kubectl logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER] Examples # Return snapshot logs from pod nginx with only one container kubectl logs nginx # Return snapshot logs from pod nginx, prefixing each line with the source pod and container name kubectl logs nginx --prefix # Return snapshot logs from pod nginx, limiting output to 500 bytes kubectl logs nginx --limit-bytes=500 # Return snapshot logs from pod nginx, waiting up to 20 seconds for it to start running.kubernetes.io/docs/reference/kubectl/generated/kubectl_logs/Registered: Mon Dec 16 07:19:13 UTC 2024 - 441.5K bytes - Viewed (0) -
kubectl plugin | Kubernetes
Synopsis Provides utilities for interacting with plugins. Plugins provide extended functionality that is not part of the major command-line distribution. Please refer to the documentation and examples for more information about how write your own plugins. The easiest way to discover and install plugins is via the kubernetes sub-project krew: [krew.sigs.k8s.io]. To install krew, visit https://krew.sigs.k8s.io/docs/user-guide/setup/install kubectl plugin [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 pluginkubernetes.io/docs/reference/kubectl/generated/kubectl_plugin/Registered: Mon Dec 16 07:19:18 UTC 2024 - 436.8K bytes - Viewed (0) -
Authorization | Kubernetes
Details of Kubernetes authorization mechanisms and supported authorization modes.kubernetes.io/docs/reference/access-authn-authz/authorization/Registered: Mon Dec 16 06:58:57 UTC 2024 - 473.4K bytes - Viewed (0) -
API Access Control | Kubernetes
For an introduction to how Kubernetes implements and controls API access, read Controlling Access to the Kubernetes API. Reference documentation: Authenticating Authenticating with Bootstrap Tokens Admission Controllers Dynamic Admission Control Authorization Role Based Access Control Attribute Based Access Control Node Authorization Webhook Authorization Certificate Signing Requests including CSR approval and certificate signing Service accounts Developer guide Administration Kubelet Authentication & Authorization including kubelet TLS bootstrappingkubernetes.io/docs/reference/access-authn-authz/Registered: Mon Dec 16 06:59:16 UTC 2024 - 430.7K bytes - Viewed (0) -
Expose Your App Publicly | Kubernetes
Expose Your App Publicly Using a Service to Expose Your App Learn about a Service in Kubernetes. Understand how label...kubernetes.io/docs/tutorials/kubernetes-basics/expose/Registered: Mon Dec 16 06:58:21 UTC 2024 - 427.7K bytes - Viewed (0) -
kubectl create ingress | Kubernetes
Synopsis Create an ingress with the specified name. kubectl create ingress NAME --rule=host/path=service:port[,tls[=secret]] Examples # Create a single ingress called 'simple' that directs requests to foo.com/bar to svc # svc1:8080 with a TLS secret "my-cert" kubectl create ingress simple --rule="foo.com/bar=svc1:8080,tls=my-cert" # Create a catch all ingress of "/path" pointing to service svc:port and Ingress Class as "otheringress" kubectl create ingress catch-all --class=otheringress --rule="/path=svc:port" # Create an ingress with two annotations: ingress.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_ingress/Registered: Mon Dec 16 07:14:50 UTC 2024 - 441.5K bytes - Viewed (0) -
Kubernetes
Requirements: You need a machine that is running Linux or macOS. You need to have these tools installed: Python v3.7.x+ Git Golang version 1.13+ Pip used to install PyYAML PyYAML v5.1.2 make gcc compiler/linker Docker (Required only for kubectl command reference) Your PATH environment variable must include the required build tools, such as the Go binary and python. You need to know how to create a pull request to a GitHub repository.kubernetes.io/docs/contribute/generate-ref-docs/prerequisites-ref-docs/Registered: Mon Dec 16 07:29:03 UTC 2024 - 429K bytes - Viewed (0) -
Kubernetes External Metrics (v1beta1) | Kubernetes
Package v1beta1 is the v1beta1 version of the external metrics API. Resource Types ExternalMetricValue ExternalMetricValueList ExternalMetricValue Appears in: ExternalMetricValueList ExternalMetricValue is a metric value for external metric A single metric value is identified by metric name and a set of string labels. For one metric there can be multiple values with different sets of labels. FieldDescription apiVersionstringexternal.metrics.k8s.io/v1beta1 kindstringExternalMetricValue metricName [Required] string the name of the metric metricLabels [Required] map[string]string a set of labels that identify a single time series for the metrickubernetes.io/docs/reference/external-api/external-metrics.v1beta1/Registered: Mon Dec 16 07:29:18 UTC 2024 - 431.6K bytes - Viewed (0)