Giter VIP home page Giter VIP logo

k0s-poc's Introduction

k0s PoC

Deploy k0s as a Service (PoC).

First steps

git clone [email protected]:kubernetes-sigs/kubespray.git
git clone [email protected]:movd/k0s-ansible.git
git clone [email protected]:atorrescogollo/k0s-poc.git
cd k0s-poc/
export CLUSTER_NAME=cluster01

Create the infra

In order to create a production ready cluster infraestructure, we can take advantage from kubespray terraform section.

Openstack infra with kubespray

# Create custom infra definition
mkdir -p inventory/$CLUSTER_NAME/group_vars
cd inventory/$CLUSTER_NAME/
cp -vL ../../../kubespray/contrib/terraform/openstack/hosts .
cp -v ../../../kubespray/contrib/terraform/openstack/sample-inventory/cluster.tfvars .
ln -svf ../../scripts/k0sinventory.sh .

# EDIT the cluster.tfvars file as described in:
#   https://github.com/kubernetes-sigs/kubespray/blob/master/contrib/terraform/openstack/README.md
vim cluster.tfvars

TIP: Check this example.

# Prepare OpenStack cloud config:
#   https://github.com/kubernetes-sigs/kubespray/blob/master/contrib/terraform/openstack/README.md#openstack-access-and-credentials
export OS_CLOUD=k0s

# Deploy the infra (tested with Terraform v0.13.7)
terraform init ../../../kubespray/contrib/terraform/openstack
terraform apply -var-file=cluster.tfvars ../../../kubespray/contrib/terraform/openstack
# Check reachability
export ANSIBLE_HOST_KEY_CHECKING=False
ansible all -i ./k0sinventory.sh -m ping

Bootstrap k0s with k0s-ansible

# Bootstrap the cluster with k0s-ansible
ansible-playbook -i ./k0sinventory.sh ../../../k0s-ansible/site.yml

k0s-poc's People

Contributors

atorrescogollo avatar

Stargazers

Jaime Valero avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.