Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 1 - 10 of 628 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. Using Minikube to Create a Cluster | Kubernetes

    Learn what a Kubernetes cluster is. Learn what Minikube is. Start a Kubernetes cluster.
    kubernetes.io/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/
    Registered: Fri May 24 07:45:17 UTC 2024
    - 421.7K bytes
    - Viewed (0)
  2. Learn Kubernetes Basics | Kubernetes

    <!DOCTYPE html> Kubernetes Basics This tutorial provides a walkthrough of the basics of the Kubernetes cluster orchestration system. Each module contains some background information on major Kubernetes features and concepts, and a tutorial for you to follow along. Using the tutorials, you can learn to: Deploy a containerized application on a cluster. Scale the deployment. Update the containerized application with a new software version. Debug the containerized application. What can Kubernetes do for you?
    kubernetes.io/docs/tutorials/kubernetes-basics/
    Registered: Fri May 24 07:46:04 UTC 2024
    - 420.1K bytes
    - Viewed (0)
  3. Using a Service to Expose Your App | Kubernetes

    Learn about a Service in Kubernetes. Understand how labels and selectors relate to a Service. Expose an application outside a Kubernetes cluster.
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/expose-intro/
    Registered: Fri May 24 07:46:14 UTC 2024
    - 427.4K bytes
    - Viewed (0)
  4. Using Source IP | Kubernetes

    Applications running in a Kubernetes cluster find and communicate with each other, and the outside world, through the Service abstraction. This document explains what happens to the source IP of packets sent to different types of Services, and how you can toggle this behavior according to your needs. Before you begin Terminology This document makes use of the following terms: NAT Network address translation Source NAT Replacing the source IP on a packet; in this page, that usually means replacing with the IP address of a node.
    kubernetes.io/docs/tutorials/services/source-ip/
    Registered: Fri May 24 07:46:50 UTC 2024
    - 440.4K bytes
    - Viewed (0)
  5. Hello Minikube | Kubernetes

    This tutorial shows you how to run a sample app on Kubernetes using minikube. The tutorial provides a container image that uses NGINX to echo back all the requests. Objectives Deploy a sample application to minikube. Run the app. View application logs. Before you begin This tutorial assumes that you have already set up minikube. See Step 1 in minikube start for installation instructions. Note:Only execute the instructions in Step 1, Installation.
    kubernetes.io/docs/tutorials/hello-minikube/
    Registered: Fri May 24 07:45:57 UTC 2024
    - 434K bytes
    - Viewed (0)
  6. Articles on dockershim Removal and on Using CRI...

    This is a list of articles and other pages that are either about the Kubernetes' deprecation and removal of dockershim, or about using CRI-compatible container runtimes, in connection with that removal. Kubernetes project Kubernetes blog: Dockershim Removal FAQ (originally published 2020/12/02) Kubernetes blog: Updated: Dockershim Removal FAQ (updated published 2022/02/17) Kubernetes blog: Kubernetes is Moving on From Dockershim: Commitments and Next Steps (published 2022/01/07) Kubernetes blog: Dockershim removal is coming.
    kubernetes.io/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes/
    Registered: Fri May 24 07:51:28 UTC 2024
    - 420.6K bytes
    - Viewed (0)
  7. Instrumentation | Kubernetes

    Instrumentation Kubernetes Component SLI Metrics CRI Pod & Container Metrics Collection of Pod & Container metrics vi...
    kubernetes.io/docs/reference/instrumentation/
    Registered: Fri May 24 07:51:32 UTC 2024
    - 413.2K bytes
    - Viewed (0)
  8. Audit Annotations | Kubernetes

    This page serves as a reference for the audit annotations of the kubernetes.io namespace. These annotations apply to Event object from API group audit.k8s.io. Note:The following annotations are not used within the Kubernetes API. When you enable auditing in your cluster, audit event data is written using Event from API group audit.k8s.io. The annotations apply to audit events. Audit events are different from objects in the Event API (API group events.
    kubernetes.io/docs/reference/labels-annotations-taints/audit-annotations/
    Registered: Fri May 24 07:50:00 UTC 2024
    - 423.1K bytes
    - Viewed (0)
  9. kubectl auth | Kubernetes

    Synopsis Inspect authorization. kubectl auth [flags] Options -h, --help help for auth --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups. --as-uid string UID to impersonate for the operation. --cache-dir string     Default: "$HOME/.kube/cache" Default cache directory --certificate-authority string Path to a cert file for the certificate authority
    kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/
    Registered: Fri May 24 07:51:41 UTC 2024
    - 423.3K bytes
    - Viewed (0)
  10. kubeadm join phase | Kubernetes

    kubeadm join phase enables you to invoke atomic steps of the join process. Hence, you can let kubeadm do some of the work and you can fill in the gaps if you wish to apply customization. kubeadm join phase is consistent with the kubeadm join workflow, and behind the scene both use the same code. kubeadm join phase phase Use this command to invoke single phase of the join workflow
    kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-join-phase/
    Registered: Fri May 24 07:55:15 UTC 2024
    - 457.2K bytes
    - Viewed (0)
Back to top