Skip to content

Install Kubernetes Cluster using Ansible Playbook.

Notifications You must be signed in to change notification settings

amitgithub12345/ansible-k8s-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-k8s-setup

This will setup a kubernetes cluster on Centos7 machines using ansible. You need these machines:

  1. Ansible controller - controller.example.com - 10.0.0.99 - 1 vcpu / 2 gib ram
  2. Kubernetes Master - master.example.com - 10.0.0.100 - 2 vcpu / 4 gib ram
  3. Kubernetes Node1 - nodeone.example.com - 10.0.0.1 - 1 vcpu / 4 gib ram
  4. Kubernetes Node2 - nodetwo.example.com - 10.0.0.2 - 1 vcpu / 4 gib ram

If you can allocate more compute resources, its better If you change your machine IP's then you have to change those whereever those were referred.

About

Install Kubernetes Cluster using Ansible Playbook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published