All Projects → marthanda93 → kubernetes-cluster

marthanda93 / kubernetes-cluster

Licence: Apache-2.0 license
Vagrant As Automation Script

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to kubernetes-cluster

kubeadm-vagrant
Setup Kubernetes Cluster with Kubeadm and Vagrant
Stars: ✭ 49 (+44.12%)
Mutual labels:  vagrant, kubernetes-cluster, vagrantfile, kubeadm
Kubernetes Certified Administrator
Online resources that will help you prepare for taking the CNCF CKA 2020 "Kubernetes Certified Administrator" Certification exam. with time, This is not likely the comprehensive up to date list - please make a pull request if there something that should be added here.
Stars: ✭ 3,438 (+10011.76%)
Mutual labels:  kubernetes-cluster, cka, ckad
rak8s
Stand up a Raspberry Pi based Kubernetes cluster with Ansible
Stars: ✭ 362 (+964.71%)
Mutual labels:  kubernetes-cluster, kubernetes-setup, kubeadm
Kubernetes Vagrant Centos Cluster
Setting up a distributed Kubernetes cluster along with Istio service mesh locally with Vagrant and VirtualBox, only PoC or Demo use.
Stars: ✭ 1,750 (+5047.06%)
Mutual labels:  vagrant, kubernetes-cluster, vagrantfile
dca-prep-kit
Preparation notes and tips & tricks for cloud an IT certifications
Stars: ✭ 41 (+20.59%)
Mutual labels:  cka, ckad, cks
GPU-Kubernetes-Guide
How to setup a production-grade Kubernetes GPU cluster on Paperspace in 10 minutes for $10
Stars: ✭ 34 (+0%)
Mutual labels:  kubernetes-cluster, kubernetes-setup, kubeadm
Terraform Aws Kubernetes
Terraform module for Kubernetes setup on AWS
Stars: ✭ 159 (+367.65%)
Mutual labels:  kubernetes-cluster, kubernetes-setup, kubeadm
aws-kubernetes
Kubernetes cluster setup in AWS using Terraform and kubeadm
Stars: ✭ 32 (-5.88%)
Mutual labels:  kubernetes-cluster, kubernetes-setup, kubeadm
kubernetes the easy way
Automating Kubernetes the hard way with Vagrant and scripts
Stars: ✭ 22 (-35.29%)
Mutual labels:  vagrant, kubernetes-cluster, kubernetes-setup
Kontainerd
Creating a kubernetes kubeadm cluster using Vagrant machines as nodes and Containerd as a container runtime
Stars: ✭ 16 (-52.94%)
Mutual labels:  vagrant, kubernetes-cluster, kubeadm
Rak8s
Stand up a Raspberry Pi based Kubernetes cluster with Ansible
Stars: ✭ 354 (+941.18%)
Mutual labels:  kubernetes-cluster, kubernetes-setup, kubeadm
kubeadm-tf
PoC; terraform + kubeadm
Stars: ✭ 25 (-26.47%)
Mutual labels:  kubernetes-cluster, poc, kubeadm
Kainstall
Use shell scripts to install kubernetes(k8s) high availability clusters and addon components based on kubeadmin with one click.使用shell脚本基于kubeadmin一键安装kubernetes 高可用集群和addon组件。
Stars: ✭ 198 (+482.35%)
Mutual labels:  kubernetes-cluster, kubernetes-setup, kubeadm
kubernetes-exercises
Collection covers kubernetes exercises categorized topics-wise and referred back to the individual Kubernetes certification exams.
Stars: ✭ 215 (+532.35%)
Mutual labels:  cka, ckad, cks
kainstall-offline
kainstall tools offline file
Stars: ✭ 31 (-8.82%)
Mutual labels:  kubernetes-cluster, kubernetes-setup, kubeadm
sig-windows-dev-tools
This is a batteries included local development environment for Kubernetes on Windows.
Stars: ✭ 52 (+52.94%)
Mutual labels:  vagrant, vagrantfile
ansible-role-test-vms
DEPRECATED - A Vagrant configuration to test Ansible roles against a variety of Linux distributions.
Stars: ✭ 42 (+23.53%)
Mutual labels:  vagrant, vms
fastdata-cluster
Fast Data Cluster (Apache Cassandra, Kafka, Spark, Flink, YARN and HDFS with Vagrant and VirtualBox)
Stars: ✭ 20 (-41.18%)
Mutual labels:  vagrant, vms
Kubernetes The Ansible Way
Bootstrap Kubernetes the Ansible way on Everything (here: Vagrant). Inspired by Kelsey Hightower´s kubernetes-the-hard-way, but refactored to Infrastructure-as-Code.
Stars: ✭ 82 (+141.18%)
Mutual labels:  vagrant, kubernetes-setup
Vagrantfile
Vagrant 配置示例
Stars: ✭ 50 (+47.06%)
Mutual labels:  vagrant, vagrantfile

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].