Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 51 - 60 of 658 for host:kubernetes.io (0.02 sec)

  1. Run Applications | Kubernetes

    Run and manage both stateless and stateful applications.
    kubernetes.io/docs/tasks/run-application/
    Registered: Fri Jun 07 05:59:40 UTC 2024
    - 415.1K bytes
    - Viewed (0)
  2. Connect a Frontend to a Backend Using Services ...

    This task shows how to create a frontend and a backend microservice. The backend microservice is a hello greeter. The frontend exposes the backend using nginx and a Kubernetes Service object. Objectives Create and run a sample hello backend microservice using a Deployment object. Use a Service object to send traffic to the backend microservice's multiple replicas. Create and run a nginx frontend microservice, also using a Deployment object. Configure the frontend microservice to send traffic to the backend microservice.
    kubernetes.io/docs/tasks/access-application-cluster/connecting-frontend-backend/
    Registered: Fri Jun 07 05:59:25 UTC 2024
    - 448.5K bytes
    - Viewed (0)
  3. Implementation details | Kubernetes

    FEATURE STATE: Kubernetes v1.10 [stable] kubeadm init and kubeadm join together provide a nice user experience for creating a bare Kubernetes cluster from scratch, that aligns with the best-practices. However, it might not be obvious how kubeadm does that. This document provides additional details on what happens under the hood, with the aim of sharing knowledge on the best practices for a Kubernetes cluster. Core design principles The cluster that kubeadm init and kubeadm join set up should be:
    kubernetes.io/docs/reference/setup-tools/kubeadm/implementation-details/
    Registered: Fri Jun 07 06:16:14 UTC 2024
    - 456K bytes
    - Viewed (0)
  4. kubectl completion | Kubernetes

    Synopsis Output shell completion code for the specified shell (bash, zsh, fish, or powershell). The shell code must be evaluated to provide interactive completion of kubectl commands. This can be done by sourcing it from the .bash_profile. Detailed instructions on how to do this are available here: for macOS: https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/#enable-shell-autocompletion for linux: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#enable-shell-autocompletion for windows: https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/#enable-shell-autocompletion Note for zsh users: [1] zsh completions are only supported in versions of zsh >= 5.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_completion/
    Registered: Fri Jun 07 06:17:39 UTC 2024
    - 425.9K bytes
    - Viewed (0)
  5. Protocols for Services | Kubernetes

    If you configure a Service, you can select from any network protocol that Kubernetes supports. Kubernetes supports the following protocols with Services: SCTP TCP (the default) UDP When you define a Service, you can also specify the application protocol that it uses. This document details some special cases, all of them typically using TCP as a transport protocol: HTTP and HTTPS PROXY protocol TLS termination at the load balancer Supported protocols There are 3 valid values for the protocol of a port for a Service:
    kubernetes.io/docs/reference/networking/service-protocols/
    Registered: Fri Jun 07 06:17:21 UTC 2024
    - 422.5K bytes
    - Viewed (0)
  6. Documentation style overview | Kubernetes

    The topics in this section provide guidance on writing style, content formatting and organization, and using Hugo customizations specific to Kubernetes documentation.
    kubernetes.io/docs/contribute/style/
    Registered: Fri Jun 07 06:36:46 UTC 2024
    - 415K bytes
    - Viewed (0)
  7. Reviewing for approvers and reviewers | Kubernetes

    SIG Docs Reviewers and Approvers do a few extra things when reviewing a change. Every week a specific docs approver volunteers to triage and review pull requests. This person is the "PR Wrangler" for the week. See the PR Wrangler scheduler for more information. To become a PR Wrangler, attend the weekly SIG Docs meeting and volunteer. Even if you are not on the schedule for the current week, you can still review pull requests (PRs) that are not already under active review.
    kubernetes.io/docs/contribute/review/for-approvers/
    Registered: Fri Jun 07 06:36:51 UTC 2024
    - 432.9K bytes
    - Viewed (0)
  8. Documentation Style Guide | Kubernetes

    This page gives writing style guidelines for the Kubernetes documentation. These are guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request. For additional information on creating new content for the Kubernetes documentation, read the Documentation Content Guide. Changes to the style guide are made by SIG Docs as a group. To propose a change or addition, add it to the agenda for an upcoming SIG Docs meeting, and attend the meeting to participate in the discussion.
    kubernetes.io/docs/contribute/style/style-guide/
    Registered: Fri Jun 07 06:37:26 UTC 2024
    - 462.1K bytes
    - Viewed (0)
  9. Custom Hugo Shortcodes | Kubernetes

    This page explains the custom Hugo shortcodes that can be used in Kubernetes Markdown documentation. Read more about shortcodes in the Hugo documentation. Feature state In a Markdown page (.md file) on this site, you can add a shortcode to display version and state of the documented feature. Feature state demo Below is a demo of the feature state snippet, which displays the feature as stable in the latest Kubernetes version.
    kubernetes.io/docs/contribute/style/hugo-shortcodes/
    Registered: Fri Jun 07 06:35:58 UTC 2024
    - 454K bytes
    - Viewed (0)
  10. Updating Reference Documentation | Kubernetes

    The topics in this section document how to generate the Kubernetes reference guides. To build the reference documentation, see the following guide: Generating Reference Documentation Quickstart
    kubernetes.io/docs/contribute/generate-ref-docs/
    Registered: Fri Jun 07 06:37:51 UTC 2024
    - 415.2K bytes
    - Viewed (0)
Back to top