iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 17
1

今天遇到一個問題: Docker 的 Kubernetes 叢集不見了. 我想要重新連上 AKS 怎麼做呢?
https://ithelp.ithome.com.tw/upload/images/20181101/20111871onceMC7CMU.png

如何重新設定 Docker 連線到 Azure Kubernetes Service

  1. 用命令 **kubectl config get-contexts**先看一下 contexts 狀況, 的確只有一個 context
PS C:\k8s\04_03> kubectl config get-contexts
CURRENT   NAME                 CLUSTER                      AUTHINFO                         NAMESPACE
         docker-for-desktop   docker-for-desktop-cluster   docker-for-desktop
  1. 首先要到 Azure Portal 上去看 Server API 的網址
    https://ithelp.ithome.com.tw/upload/images/20181101/20111871bqB4yLZFT5.png

  2. 使用命令 az aks get-credentials -g 15maksrg -n 15makscls

PS C:\k8s\> az aks get-credentials -g 15maksrg -n 15makscls
Merged "15makscls" as current context in C:\Users\shunlin\.kube\config
  1. 檢查 docker >> Kubernetes 設定, 確認設定為 AKS
    https://ithelp.ithome.com.tw/upload/images/20181101/20111871SIxBehcZbS.png
  2. 使用命令 kubectl version --short 檢查版本
PS C:\k8s> kubectl version --short
Client Version: v1.10.3
Server Version: v1.9.11

因為很少有參考資料說明怎麼連線到 AKS, 因此寫這篇筆記記錄下來, 以免之後碰到相同問題不知道怎解決.


上一篇
Day 16 - Kubernetes Label 與 Selector
下一篇
Day 18 - 使用 ConfigMaps
系列文
15 分鐘學習系列 - 第一次學 Kubernetes 就上手30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言