GithubHelp home page GithubHelp logo

marthanda93 / kubernetes-cluster Goto Github PK

View Code? Open in Web Editor NEW
39.0 3.0 21.0 91 KB

Vagrant As Automation Script

License: Apache License 2.0

Shell 53.77% Ruby 45.48% Dockerfile 0.75%
vagrant kubernetes cka ckad cks automation virtual-machines vaas poc vms

kubernetes-cluster's Introduction

VAAS

Vagrant As Automation Script

DO SMART WORK RATHER THAN HARD WORK!

Overview

Welcome to the documentation for VAAS - the command line utility for managing the lifecycle of virtual machines.

Automation for create/setup your POC/Working environment also for exam presentation like CKA, CKAD, CKS.

VAAS helps you to make you by creating/setup your working Simulator or say POC/Work environment platform which will be ready for your work with minimum efforts.

Every Vagarant file has its own configuration, just update as per your need and say vagrant up to start vm and setting up. It may take some time and as its completed you can follow the instructions under how to use section.

Prerequisites

This module requires Vagrant to pre-installed. And any virtual environment, defualt can use oracle virtualbox

Basic usage

Command line

To start working VAAS, very first clone under your workspace and change your path based on your need. For Example: Want to setup kubernetes cluster using centos base.

cd <YOUR WORK SPACE>
git clone [email protected]:marthanda93/VAAS.git

cd kubernetes/centos
vagrant up

Once your vagrant up is complete, you can use below command line utility.

To know about you vagarant environments / list down running VMs

vagrant status

To SSH to VM

vagrant ssh web

To shut down the virtual machine use the command:

vagrant halt

For specific vm

vagrant halt worker-node-2

To launch Vagrant using Amazon Web Services with:

With default vm option

vagrant up

With Vmware Fusion

vagrant up –provider=vmware_fusion

Start specific vm

vagrant up master-node

To remove all traces of the virtual machine from your system type in the following: For all VMs

vagrant destroy -f

For specific VM

vagrant destroy worker-node-1 -f

To stop the machine and save its current state run:

vagrant suspend

To remove image

vagrant box remove ubuntu/trusty64

kubernetes-cluster's People

Contributors

marthanda93 avatar marthandaanand avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.