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

ubuntu20.04 on RaspberryPi4 で kubernetes 入れて、可視化もした

0
Posted at

ubuntu20.04 on RaspberryPi4 で Kubernetes 入れて、可視化もした

Ubuntu(ラズパイ上)にKubernetes入れて動かすまでは、以下のリンク道理。
https://phoenixnap.com/kb/install-kubernetes-on-ubuntu

.bashrc に
export KUBECONFIG=$HOME/.kube/config
って入れるのは必須な追加ステップです。

可視化に使ったのは octant っていうプログラム。
ARM64向けのtar.gzファイルDLして中入って実行するだけ。
https://octant.dev/
https://github.com/vmware-tanzu/octant/releases/v0.25.1

なぜかUbuntu20.04、raspberryPi4 Model B (8GB)だと安定しない
(基本の kubectl コマンドも時間経過かなんかで通らなくなる)
のでそれの対処と、なにか作って走らせる事を次にしようと思います。

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?