Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 1 - 10 of 659 for host:kubernetes.io (0.02 sec)

  1. Overview of Cloud Native Security | Kubernetes

    A model for thinking about Kubernetes security in the context of Cloud Native security.
    kubernetes.io/docs/concepts/security/overview/
    Registered: Fri Feb 16 07:30:36 UTC 2024
    - 422.6K bytes
    - Viewed (0)
  2. Troubleshooting Clusters | Kubernetes

    Debugging common cluster issues.
    kubernetes.io/docs/tasks/debug/debug-cluster/
    Registered: Fri Apr 19 07:50:25 UTC 2024
    - 443.7K bytes
    - Viewed (0)
  3. Run Jobs | Kubernetes

    Run Jobs using parallel processing.
    kubernetes.io/docs/tasks/job/
    Registered: Fri Apr 19 07:50:29 UTC 2024
    - 412.7K bytes
    - Viewed (0)
  4. Externalizing config using MicroProfile, Config...

    In this tutorial you will learn how and why to externalize your microservice’s configuration. Specifically, you will learn how to use Kubernetes ConfigMaps and Secrets to set environment variables and then consume them using MicroProfile Config. Before you begin Creating Kubernetes ConfigMaps & Secrets There are several ways to set environment variables for a Docker container in Kubernetes, including: Dockerfile, kubernetes.yml, Kubernetes ConfigMaps, and Kubernetes Secrets. In the tutorial, you will learn how to use the latter two for setting your environment variables whose values will be injected into your microservices.
    kubernetes.io/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice/
    Registered: Fri Apr 19 07:50:34 UTC 2024
    - 420.8K bytes
    - Viewed (0)
  5. Run a Replicated Stateful Application | Kubernetes

    This page shows how to run a replicated stateful application using a StatefulSet. This application is a replicated MySQL database. The example topology has a single primary server and multiple replicas, using asynchronous row-based replication. Note: This is not a production configuration. MySQL settings remain on insecure defaults to keep the focus on general patterns for running stateful applications in Kubernetes. 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/tasks/run-application/run-replicated-stateful-application/
    Registered: Fri Apr 19 07:49:57 UTC 2024
    - 486.2K bytes
    - Viewed (0)
  6. Extend Service IP Ranges | Kubernetes

    FEATURE STATE: Kubernetes v1.29 [alpha] This document shares how to extend the existing Service IP range assigned to a cluster. Before you begin 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/network/extend-service-ip-ranges/
    Registered: Fri Apr 19 07:50:52 UTC 2024
    - 424.7K bytes
    - Viewed (0)
  7. Manual Rotation of CA Certificates | Kubernetes

    This page shows how to manually rotate the certificate authority (CA) certificates. Before you begin 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/tls/manual-rotation-of-ca-certificates/
    Registered: Fri Apr 19 07:51:03 UTC 2024
    - 428.4K bytes
    - Viewed (0)
  8. Define Environment Variables for a Container | ...

    This page shows how to define environment variables for a container in a Kubernetes Pod. Before you begin 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. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
    Registered: Fri Apr 19 07:50:20 UTC 2024
    - 430.5K bytes
    - Viewed (0)
  9. Networking | Kubernetes

    Learn how to configure networking for your cluster.
    kubernetes.io/docs/tasks/network/
    Registered: Fri Apr 19 07:50:48 UTC 2024
    - 411.8K bytes
    - Viewed (0)
  10. kubeadm init | Kubernetes

    This command initializes a Kubernetes control-plane node. Run this command in order to set up the Kubernetes control plane Synopsis Run this command in order to set up the Kubernetes control plane The "init" command executes the following phases: preflight Run pre-flight checks certs Certificate generation /ca Generate the self-signed Kubernetes CA to provision identities for other Kubernetes components /apiserver Generate the certificate for serving the Kubernetes API /apiserver-kubelet-client Generate the certificate for the API server to connect to kubelet /front-proxy-ca Generate the self-signed CA to provision identities for front proxy /front-proxy-client Generate the certificate for the front proxy client /etcd-ca Generate the self-signed CA to provision identities for etcd /etcd-server Generate the certificate for serving etcd /etcd-peer Generate the certificate for etcd nodes to communicate with each other /etcd-healthcheck-client Generate the certificate for liveness probes to healthcheck etcd /apiserver-etcd-client Generate the certificate the apiserver uses to access etcd /sa Generate a private key for signing service account tokens along with its public key kubeconfig Generate all kubeconfig files necessary to establish the control plane and the admin kubeconfig file /admin Generate a kubeconfig file for the admin to use and for kubeadm itself /super-admin Generate a kubeconfig file for the super-admin /kubelet Generate a kubeconfig file for the kubelet to use *only* for cluster bootstrapping purposes /controller-manager Generate a kubeconfig file for the controller manager to use /scheduler Generate a kubeconfig file for the scheduler to use etcd Generate static Pod manifest file for local etcd /local Generate the static Pod manifest file for a local, single-node local etcd instance control-plane Generate all static Pod manifest files necessary to establish the control plane /apiserver Generates the kube-apiserver static Pod manifest /controller-manager Generates the kube-controller-manager static Pod manifest /scheduler Generates the kube-scheduler static Pod manifest kubelet-start Write kubelet settings and (re)start the kubelet upload-config Upload the kubeadm and kubelet configuration to a ConfigMap /kubeadm Upload the kubeadm ClusterConfiguration to a ConfigMap /kubelet Upload the kubelet component config to a ConfigMap upload-certs Upload certificates to kubeadm-certs mark-control-plane Mark a node as a control-plane bootstrap-token Generates bootstrap tokens used to join a node to a cluster kubelet-finalize Updates settings relevant to the kubelet after TLS bootstrap /experimental-cert-rotation Enable kubelet client certificate rotation addon Install required addons for passing conformance tests /coredns Install the CoreDNS addon to a Kubernetes cluster /kube-proxy Install the kube-proxy addon to a Kubernetes cluster show-join-command Show the join command for control-plane and worker node kubeadm init [flags] Options --apiserver-advertise-address string The IP address the API Server will advertise it's listening on.
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-init/
    Registered: Fri Apr 19 08:04:40 UTC 2024
    - 468K bytes
    - Viewed (0)
Back to top