Coder Social home page Coder Social logo

k8s-tumbleweed's Introduction

Kubernetes on Tumbleweed

Deploy a fully working kubernetes (v1.7) cluster on openSUSE Tumbleweed with Ansible.

Configuration

For instructions on how to configure this deployment you can read the instructions documentation.

Architecture

For a detailed overview of the platform you can read the architecture documentation.

Ansible 2.3

If your OS doesn't contain Ansible 2.3, the easiest way to install it is to follow these instructions:

Install python virtualenv.

zyp in -y python-virtualenv
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
  python-virtualenv
...

Create a new virtualenv in .venv source the activate script. And make sure you're using the right pip before installing Ansible. This will require some lib*-devel packages to be installed on your system.

virtualenv .venv
New python executable in .venv/bin/python
Installing setuptools, pip, wheel...done.

source .venv/bin/activate
which pip
/home/user/k8s-tumbleweed/.venv/bin/pip
pip install ansible
Collecting ansible
  Using cached ansible-2.3.1.0.tar.gz
...

Create a symlink to the ansible bin from the virtual environment.

ln -s .venv/bin/ansible-playbook ansible-playbook

Now you can use ansible 2.3 from your symlink.

./ansible-playbook site.yaml --inventory-file=inventory.yaml

k8s-tumbleweed's People

Contributors

pi-victor avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

zilard

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.