Brain2life / minikube-ubuntu-install

Bash script to install minikube, kubectl and required prerequisite tools on Ubuntu system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview:

Bash script installs minikube and kubectl and required pre-requisite tools on Ubuntu system

Commands:

  1. To get info about the cluster use:
kubectl cluster-info
  1. To view Minikube config use:
kubectl config view
  1. To access minikube VM via ssh use:
minikube ssh
  1. To enable minikube dashboard use:
minikube dashboard
  1. To get the URL of the dashboard use:
minikube dashboard --url

Reference:

  1. How to Compare Strings in Bash
  2. How to know if the running platform is Ubuntu or CentOS with help of a Bash script?
  3. Install Minikube on Ubuntu 22.04|20.04|18.04
  4. Execute a shell script in current shell with sudo permission
  5. test Command parameters
  6. How can I check if a program exists from a Bash script?

About

Bash script to install minikube, kubectl and required prerequisite tools on Ubuntu system


Languages

Language:Shell 100.0%