DEV Community

harezmii
harezmii

Posted on • Edited on

Kubeadm ile kubernetes cluster kurulumu

Cluster kurmadan önce kontrol edilmesi ya da yapılması gerekenler kontrol edilir.

1. Node(Host) sistemsel gereklilikler kontrol edilir.

 - Minimum 2 GB ram ve 2 core işlemci olmalıdır. Tüm makinaların public yada private network olarak birbirlerine erişimleri olmalı. 
Enter fullscreen mode Exit fullscreen mode

Master ve worker nodelar da aşağıda istenilen portların açık olup olmadığı kontrol edilir.

Ports and Protocols | KubernetesPorts 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.

favicon kubernetes.io

Top comments (0)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay