Fork me on GitHub

Organizations

@github @rss
2 results for pods
  • 难度等级: 很有运动精神
    images/featured-image.png
    在容器的伟大之处:Kubenetes集群和NFS存储教程中创建了一个Kubernetes集群后,我想安装一个Kubernetes仪表板。 这个命令包含我的项目所需要的一切。 x – + Terminal $ kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml 由于相关服务不能从外部访问,".spec.type “节点仍然必须被改变。 x – + Terminal $ kubectl -n kube-system edit service kubernetes-dashboard --namespace=kubernetes-dashboard 节点”.spec.type “必须是 “NodePort”。 之后,仪表盘已经可以访问。 为了获得访问令牌,人们必须搜索部署控制器的密钥。 x – + Terminal $ kubectl -n kube-system get secret | grep deployment-controller-token 然后你就可以显示和复制该令牌。 x – + Terminal $ kubectl -n kube-system describe secret deployment-controller-token-g7qdm
    kubernetes cloud homelab pods nodes Created Sat, 26 Jun 2021 00:00:00 +0000
  • 难度等级: 很有运动精神
    images/featured-image.png
    今天我正在安装一个新的Kubenetes集群,有很多事情要做。 我已经为它订购了这些部件。 1x WDBU6Y0050BBK WD Elements portable 5TB: https://www.reichelt.de/wd-elements-portable-5tb-wdbu6y0050bbk-p270625.html? 3x风扇,双:https://www.reichelt.de/raspberry-pi-luefter-dual-rpi-fan-dual-p223618.html? 1x Raspberry 4 / 4GB Ram: https://www.reichelt.de/raspberry-pi-4-b-4x-1-5-ghz-4-gb-ram-wlan-bt-rasp-pi-4-b-4gb-p259920.html? 2xRaspberry 4 / 8GB Ram: https://www.reichelt.de/raspberry-pi-4-b-4x-1-5-ghz-8-gb-ram-wlan-bt-rasp-pi-4-b-8gb-p276923.html? 3个电源单元: https://www.reichelt.de/raspberry-pi-netzteil-5-1-v-3-0-a-usb-type-c-eu-stecker-s-rpi-ps-15w-bk-eu-p260010.html 1x 机架式:https://amzn.to/3H8vOg7 1x 600件杜邦插头套件:https://amzn.to/3kcfYqQ 1x绿色LED,带串联电阻:https://amzn.to/3EQgXVp 1x蓝色LED,带串联电阻:https://amzn.to/31ChYSO 10x Marquardt 203.007.013 Blanking piece 黑色: https://www.voelkner.de/products/215024/Marquardt-203.007.013-Blindstueck-Schwarz.html 1个灯座:https://amzn.to/3H0UZkG 我们走吧! 我在Raspian Lite安装的基础上创建了自己的安装镜像。我的用户/公钥已经存储在这个镜像中,"/boot/config.txt “文件已经为我的LED做了调整。 # meine Server brauchen kein HDMI, WLAN und Bluetooth dtoverlay=disable-bt dtoverlay=disable-wifi disable_splash=1 hdmi_blanking=1 hdmi_ignore_hotplug=1 hdmi_ignore_composite=1 # Status-LEDs an GPIO weiterleiten dtoverlay=act-led,gpio=21 dtparam=act_led_trigger=cpu0 服务器1 - 安装磁盘 首先,我在 “服务器1 “上安装一个NFS服务。这个存储以后可以用于我的容器集群。我将USB硬盘连接到 “服务器1”,并在这些说明的帮助下格式化了EXT4:https://homecircuits.
    kubernetes nfs filer cloud homelab Created Sun, 20 Jun 2021 00:00:00 +0000