Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト test

Results 61 - 70 of 658 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. Deprecated API Migration Guide | Kubernetes

    As the Kubernetes API evolves, APIs are periodically reorganized or upgraded. When APIs evolve, the old API is deprecated and eventually removed. This page contains information you need to know when migrating from deprecated API versions to newer and more stable API versions. Removed APIs by release v1.32 The v1.32 release will stop serving the following deprecated API versions: Flow control resources The flowcontrol.apiserver.k8s.io/v1beta3 API version of FlowSchema and PriorityLevelConfiguration will no longer be served in v1.
    kubernetes.io/docs/reference/using-api/deprecation-guide/
    Registered: Fri Jun 07 06:09:20 UTC 2024
    - 442.1K bytes
    - Viewed (0)
  2. Configuring Redis using a ConfigMap | Kubernetes

    This page provides a real world example of how to configure Redis using a ConfigMap and builds upon the Configure a Pod to Use a ConfigMap task. Objectives Create a ConfigMap with Redis configuration values Create a Redis Pod that mounts and uses the created ConfigMap Verify that the configuration was correctly applied. 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/tutorials/configuration/configure-redis-using-configmap/
    Registered: Fri Jun 07 06:09:32 UTC 2024
    - 440.1K bytes
    - Viewed (0)
  3. Stateful Applications | Kubernetes

    Stateful Applications StatefulSet Basics Example: Deploying WordPress and MySQL with Persistent Volumes Example: Depl...
    kubernetes.io/docs/tutorials/stateful-application/
    Registered: Fri Jun 07 06:09:59 UTC 2024
    - 414.4K bytes
    - Viewed (0)
  4. Configuration | Kubernetes

    Configuration Example: Configuring a Java Microservice Updating Configuration via a ConfigMap Configuring Redis using...
    kubernetes.io/docs/tutorials/configuration/
    Registered: Fri Jun 07 06:10:30 UTC 2024
    - 413.8K bytes
    - Viewed (0)
  5. 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 Jun 07 06:17:50 UTC 2024
    - 426.9K bytes
    - Viewed (0)
  6. Ports and Protocols | Kubernetes

    When running Kubernetes in an environment with strict network boundaries, such as on-premises datacenter with physical network firewalls or Virtual Networks in Public Cloud, it is useful to be aware of the ports and protocols used by Kubernetes components. Control plane Protocol Direction Port Range Purpose Used By TCP Inbound 6443 Kubernetes API server All TCP Inbound 2379-2380 etcd server client API kube-apiserver, etcd TCP Inbound 10250 Kubelet API Self, Control plane TCP Inbound 10259 kube-scheduler Self TCP Inbound 10257 kube-controller-manager Self Although etcd ports are included in control plane section, you can also host your own etcd cluster externally or on custom ports.
    kubernetes.io/docs/reference/networking/ports-and-protocols/
    Registered: Fri Jun 07 06:18:57 UTC 2024
    - 419.5K bytes
    - Viewed (0)
  7. Introduction to kubectl | Kubernetes

    kubectl is the Kubernetes cli version of a swiss army knife, and can do many things. While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it also covers other kubectl functions. Command Families Most kubectl commands typically fall into one of a few categories: Type Used For Description Declarative Resource Management Deployment and operations (e.g. GitOps) Declaratively manage Kubernetes workloads using resource configuration Imperative Resource Management Development Only Run commands to manage Kubernetes workloads using Command Line arguments and flags Printing Workload State Debugging Print information about workloads Interacting with Containers Debugging Exec, attach, cp, logs Cluster Management Cluster operations Drain and cordon Nodes Declarative Application Management The preferred approach for managing resources is through declarative files called resource configuration used with the kubectl Apply command.
    kubernetes.io/docs/reference/kubectl/introduction/
    Registered: Fri Jun 07 06:19:02 UTC 2024
    - 422K bytes
    - Viewed (0)
  8. kubectl autoscale | Kubernetes

    Synopsis Creates an autoscaler that automatically chooses and sets the number of pods that run in a Kubernetes cluster. Looks up a deployment, replica set, stateful set, or replication controller by name and creates an autoscaler that uses the given resource as a reference. An autoscaler can automatically increase or decrease number of pods deployed within the system as needed. kubectl autoscale (-f FILENAME | TYPE NAME | TYPE/NAME) [--min=MINPODS] --max=MAXPODS [--cpu-percent=CPU] Examples # Auto scale a deployment "foo", with the number of pods between 2 and 10, no target CPU utilization specified so a default autoscaling policy will be used kubectl autoscale deployment foo --min=2 --max=10 # Auto scale a replication controller "foo", with the number of pods between 1 and 5, target CPU utilization at 80% kubectl autoscale rc foo --max=5 --cpu-percent=80 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_autoscale/
    Registered: Fri Jun 07 06:18:38 UTC 2024
    - 429.2K bytes
    - Viewed (0)
  9. kubeadm version | Kubernetes

    This command prints the version of kubeadm. Print the version of kubeadm Synopsis Print the version of kubeadm kubeadm version [flags] Options -h, --help help for version -o, --output string Output format; available options are 'yaml', 'json' and 'short' Options inherited from parent commands --rootfs string [EXPERIMENTAL] The path to the 'real' host root filesystem.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-version/
    Registered: Fri Jun 07 06:18:01 UTC 2024
    - 416.4K bytes
    - Viewed (0)
  10. Kubelet Configuration (v1alpha1) | Kubernetes

    Resource Types CredentialProviderConfig CredentialProviderConfig CredentialProviderConfig is the configuration containing information about each exec credential provider. Kubelet reads this configuration from disk and enables each provider as specified by the CredentialProvider type. FieldDescription apiVersionstringkubelet.config.k8s.io/v1alpha1 kindstringCredentialProviderConfig providers [Required] []CredentialProvider providers is a list of credential provider plugins that will be enabled by the kubelet. Multiple providers may match against a single image, in which case credentials from all providers will be returned to the kubelet.
    kubernetes.io/docs/reference/config-api/kubelet-config.v1alpha1/
    Registered: Fri Jun 07 06:29:26 UTC 2024
    - 422K bytes
    - Viewed (0)
Back to top