All Projects → kingonion → minikube-on-linux

kingonion / minikube-on-linux

Licence: Apache-2.0 License
A simple shell that helps you boot up a local kuberbetes cluster on linux host easily

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to minikube-on-linux

geode-kubernetes
Running Apache Geode Kubernetes
Stars: ✭ 12 (-20%)
Mutual labels:  minikube
minikube-operator
An operator for Minikube - Kubernetes on Kubernetes
Stars: ✭ 26 (+73.33%)
Mutual labels:  minikube
argocd-operator-helm
[DEPRECATED] Argo CD Operator (Helm) installs Argo CD in OpenShift and Kubernetes.
Stars: ✭ 18 (+20%)
Mutual labels:  minikube
k8s0
Another minimal kubernetes with ansible
Stars: ✭ 23 (+53.33%)
Mutual labels:  minikube
tezos-k8s
Deploy a Tezos Blockchain on Kubernetes
Stars: ✭ 43 (+186.67%)
Mutual labels:  minikube
archlinux-auto-install
Automatically install archlinux (from livecd with Ventoy tools)
Stars: ✭ 34 (+126.67%)
Mutual labels:  autoinstall
KubeGrid
KubeGrid - Kubernetes way of orchestrating Docker-Selenium Grid
Stars: ✭ 35 (+133.33%)
Mutual labels:  minikube
demo-vertx-kotlin-rxjava2-kubernetes
Demonstration of Eclipse Vert.x, Kotlin, RxJava2 and Kubernetes
Stars: ✭ 23 (+53.33%)
Mutual labels:  minikube
kubernetes-elastic-agents
Kubernetes Elastic agent plugin for GoCD
Stars: ✭ 35 (+133.33%)
Mutual labels:  minikube
minducker
☸️ Carries over docker images from local machine to Minikube.
Stars: ✭ 15 (+0%)
Mutual labels:  minikube
gokube
gokube is a tool that makes it easy developing day-to-day with Kubernetes on your laptop.
Stars: ✭ 22 (+46.67%)
Mutual labels:  minikube
kubernetes-workshop
Kubernetes Workshop
Stars: ✭ 20 (+33.33%)
Mutual labels:  minikube
pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 3,238 (+21486.67%)
Mutual labels:  minikube
ci-minikube
run minikube on ci
Stars: ✭ 28 (+86.67%)
Mutual labels:  minikube
travis-minikube
Run minikube on Travis CI
Stars: ✭ 89 (+493.33%)
Mutual labels:  minikube
terraform-aws-minikube
Terraform module for single node Kubernetes instance bootstrapped using kubeadm
Stars: ✭ 58 (+286.67%)
Mutual labels:  minikube
docker-hands-on-guide
Hands on guide for docker, k8s cluster lightweight virtualization.
Stars: ✭ 25 (+66.67%)
Mutual labels:  minikube
bigkube
Minikube for big data with Scala and Spark
Stars: ✭ 16 (+6.67%)
Mutual labels:  minikube
laravel-docker-k8s
Laravel using Docker and Kubernetes
Stars: ✭ 60 (+300%)
Mutual labels:  minikube
minikube-ingress-dns
Configure and restart dnsmasq automatically for k8s Ingress LB on minikube.
Stars: ✭ 32 (+113.33%)
Mutual labels:  minikube

minikube-on-linux

A simple shell that helps you boot up a local kubernetes cluster on linux host.

Background

Booting up a local kubernetes cluster will take a few steps if you fellow the official documents. And it extremely depends on the network. It will be a little difficult if you want to try kubernetes in a private network. This script can help you make a offline installation package and boot up a local kubernetes cluster easily.

Requirements

  • Linux OS(tested under CentOS)
  • Docker

Usage

  • Start a local kubernetes cluster when network is available
cd minikube-on-linux
bash setup.sh start
  • Start a local kubernetes cluster when network is unavailable
# make a offline installation package when network is available
# package will be saved in target directory
cd minikube-on-linux
bash setup.sh package
# start a local kubernetes cluster in private network
tar -xzvf minikube-on-linux.tar.gz
cd minikube-on-linux
bash setup.sh start
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].