Skip to content

saqibbutt/kube-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes infrastructure setup using Ansible

Noteable points

Kubernetes firewall ports:

2379/tcp: Kubernetes etcd server client API (on master nodes in multi-master deployments)
2380/tcp: Kubernetes etcd server client API (on master nodes in multi-master deployments)
6443/tcp: Kubernetes API server (master nodes)
8090/tcp: Platform Agent (master and worker nodes)
8091/tcp: Platform API Server (operator node)
8472/udp: Flannel overlay network, VxLAN backend (master and worker nodes)
10250/tcp: Kubernetes kubelet API server (master and worker nodes)
10251/tcp: Kubernetes kube-scheduler (on master nodes in multi-master deployments)
10252/tcp: Kubernetes kube-controller-manager (on master nodes in multi-master deployments)
10255/tcp: Kubernetes kubelet API server for read-only access with no authentication (master and worker nodes)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published