Skip to content

mikegcoleman/lightsail-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple set of scripts to create a Kubernetes cluster on lightsail.

Prerequisites

  • You need to have downloaded the default SSH key for your Lightsail instances.
  • The script uses the AWS cli to create the Lightsail instances, so you will need that installed and configured on your local machine. The instances will be created in whatever is configured as the default region for the CLI

Usage

  • Clone this repo onto your local machine

      git clone https://github.com/mikegcoleman/lightsail-k8s
    
  • Chage into the repo directory

  • Make sure all the scripts are executable

      sudo chmod +x *.sh
    
  • Execute the script passing in the path to your Lightsail SSH key

      ./create-cluster.sh /path/to/your/lightsail.pem
    

What's Happening

The script first provisions 3 Lightsail small instances (1GB RAM 1 vCPU $10 each / month), as part of the provisioning process it installs the latest versions of Docker, Kubectl, Kubeadm, and Kubelet.

It then installs Flannel for the pod networking.

Finally, it uses Kubeadm to create a master node, and after that's done it uses Kubeadm to add two workers.

This is, of course, not a production-ready setup, but is fine to get something up and running in the cloud to being experimenting with.

About

A simple script to create a single master three node K8s cluster on Amazon Lightsail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages