0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

minikubeを動かしてみる

Last updated at Posted at 2023-12-03

・Ubuntu22.04でminikube動かしてみた
①Dockerインストール
  余計な所見ないで、↓見てインストールするのが間違い無い
  https://docs.docker.com/engine/install/ubuntu/
②グループ docker を作成して、ユーザを追加
  $ sudo groupadd docker
  $ sudo usermod -aG docker ユーザ
  ↑しないで、minikube startすると、グループ dockerに
  加わりなさいとご提案されて、動かない。
③minikubeをインストール
  これも余計な所見ないで、↓見てインストールするのが間違い無い
  https://minikube.sigs.k8s.io/docs/start/
④ $ minikube start してみよう。

・windowsでも動かしてみた
①WindowsにVirtureBoxインストール
  ただ、インストールするだけで良い
 ↓の③で仮想マシンがここ上に作成される
②minikubeをインストール
  余計な所見ないで、↓みてインストールすのが間違い無い
  https://minikube.sigs.k8s.io/docs/start/
  powershell用のコマンドをコピペでOK
③ minikube start してみよう。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?