Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Steps to Install minikube and run pod

Sumit Rawal answered on May 6, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • linux install minikube
  • install minikube
  • install helm on minikube
  • pod install issue
  • Download and install minikube
  • helm install on minikube
  • minikube kubectl deployment use local image
  • Using minikube to set up a cluster#
  • How to install minikube and kubectl?

  • Steps to Install minikube and run pod

    0

    Go to Aws account and create & launch instance

    Ubuntu18.04 -> t2.medium (minimum 2 CPU required)

    Do SSH and after that run following command

    1. sudo su

    Now install docker

    a. sudo apt update && apt -y install docker.io

    2.

    install Kubectl

    curl -LO https://storage.googleapis.com/kubern...-s https://storage.googleapis.com/kubern...&&

    chmod +x ./kubectl && sudo mv ./kubectl /usr/local/bin/kubectl

    a.

    3.

    install Minikube

    curl -Lo minikube https://storage.googleapis.com/miniku...&& chmod +x minikube && sudo mv

    minikube /usr/local/bin/

    a.

    4.

    5. minikube dashboard

    For Window 11 / 10 minikube install

    Install Minikube on Windows - ShellHacks 

    Popularity 1/10 Helpfulness 1/10 Language shell
    Source: Grepper
    Tags: minikube shell
    Link to this answer
    Share Copy Link
    Contributed on May 06 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.