Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: テスト [xss] test %27

Results 621 - 630 of 699 for host:kubernetes.io (0.05 sec)

  1. 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: Mon Sep 08 23:38:42 UTC 2025
    - 459.5K bytes
    - Viewed (0)
  2. Official CVE Feed | Kubernetes

    FEATURE STATE: Kubernetes v1.27 [beta] This is a community maintained list of official CVEs announced by the Kubernetes Security Response Committee. See Kubernetes Security and Disclosure Information for more details. The Kubernetes project publishes a programmatically accessible feed of published security issues in JSON feed and RSS feed formats. You can access it by executing the following commands: JSON feed RSS feed Link to JSON format curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json Link to RSS format
    kubernetes.io/docs/reference/issues-security/official-cve-feed/
    Registered: Mon Sep 08 23:36:29 UTC 2025
    - 483.6K bytes
    - Viewed (0)
  3. 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: Mon Sep 08 23:42:45 UTC 2025
    - 464.6K bytes
    - Viewed (0)
  4. kubectl config | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/kubectl/generated/kubectl_config/
    Registered: Mon Sep 08 23:42:31 UTC 2025
    - 464.3K bytes
    - Viewed (0)
  5. Kubeadm | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/reference/setup-tools/kubeadm/
    Registered: Mon Sep 08 23:39:02 UTC 2025
    - 459.3K bytes
    - Viewed (0)
  6. Kubelet Configuration (v1alpha1) | Kubernetes

    Resource Types CredentialProviderConfig ImagePullIntent ImagePulledRecord 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: Tue Sep 09 00:24:51 UTC 2025
    - 466.7K bytes
    - Viewed (0)
  7. Post-release communications | Kubernetes

    The Kubernetes Release Comms team (part of SIG Release) looks after release announcements, which go onto the main project blog. After each release, the Release Comms team take over the main blog for a period and publish a series of additional articles to explain or announce changes related to that release. These additional articles are termed post-release comms. Opting in to post-release comms During a release cycle, as a contributor, you can opt in to post-release comms about an upcoming change to Kubernetes.
    kubernetes.io/docs/contribute/blog/release-comms/
    Registered: Tue Sep 09 00:24:42 UTC 2025
    - 459.5K bytes
    - Viewed (0)
  8. Reviewing pull requests | Kubernetes

    Anyone can review a documentation pull request. Visit the pull requests section in the Kubernetes website repository to see open pull requests. Reviewing documentation pull requests is a great way to introduce yourself to the Kubernetes community. It helps you learn the code base and build trust with other contributors. Before reviewing, it's a good idea to: Read the content guide and style guide so you can leave informed comments.
    kubernetes.io/docs/contribute/review/reviewing-prs/
    Registered: Tue Sep 09 00:37:48 UTC 2025
    - 468.1K bytes
    - Viewed (0)
  9. 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: Tue Sep 09 00:37:54 UTC 2025
    - 473.3K bytes
    - Viewed (0)
  10. Opening a pull request | Kubernetes

    Note:Code developers: If you are documenting a new feature for an upcoming Kubernetes release, see Document a new feature. To contribute new content pages or improve existing content pages, open a pull request (PR). Make sure you follow all the requirements in the Before you begin section. If your change is small, or you're unfamiliar with git, read Changes using GitHub to learn how to edit a page. If your changes are large, read Work from a local fork to learn how to make changes locally on your computer.
    kubernetes.io/docs/contribute/new-content/open-a-pr/
    Registered: Tue Sep 09 00:35:12 UTC 2025
    - 487.3K bytes
    - Viewed (0)
Back to top