14
19

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 3 years have passed since last update.

Windows10にDocker for WindowsでKubernetesを使ってみる

Posted at

とりあえずKubernetes触ってみよう

  • というわけでKubernetesの雰囲気を味わうためにWindows10にDocker for Windowsをインストールしていきます

WindowsPCの確認

  • コマンドプロンプトからwinverで確認。Windows10のバージョンは以下
    image.png

  • PCのスペック

    • CPU
      image.png

    • メモリ
      image.png

Docker for Windowsのインストール

  • コマンドプロンプトからcontrol.exe /name Microsoft.ProgramsAndFeaturesで「プログラムと機能」を開き、そこから「Windowsの機能の有効化または無効化」をクリック
  • 「Hyper-V」を有効化

image.png

  • インストールできたらPCを再起動
    image.png

  • Docker for windowsをインストール

    • 以下のURLからDocker for windowsをダウンロード

  • exeの実行

image.png

image.png

  • インストール完了したのでDocker Desktopを実行

image.png

  • エラー出た、、、けど、2回再起動したら正常に起動
    image.png

Kubernetesを使う

  • settingからKubernetesを使う設定をONにする
    image.png

  • Enable Kubernetesにレ点を入れてApply
    image.png

  • なにか動き出す
    image.png

  • 正常に完了した
    image.png

  • PowerShellで確認

    • kubectlコマンドが正常に打てたらOK
      image.png

『Kubernetes完全ガイド』のサンプルを実行する

まとめ

  • あとはこの調子でサンプルを実行してKubernetesの動きを見ていきましょう。
14
19
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
14
19

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?