OpenStack magnum
此篇也是古文,將以前學習的過程搬上來
Last updated
Was this helpful?
此篇也是古文,將以前學習的過程搬上來
Last updated
Was this helpful?
紀錄時間為:2017/09/12
此篇已過時,請勿參考 當時是利用 DevStack 安裝 magnum,也是第一次接觸 Kubernetes,所以記錄下來
Reference:
Clone devstack
Edit local.confg
install devstack
create magnum cluster template
Create magnum cluster
Setting up the environment and artifacts for TLS
Edit config and modify path of certificate-authority,client-certificate,client-key
linux connect to k8s cluster and Verify connection
Installing Chocolatey
First, ensure that you are using an administrative shell - you can also install as a non-admin, check out Non-Administrative Installation.
Copy the text specific to your command shell - cmd.exe.
Paste the copied text into your shell and press Enter.
Wait a few seconds for the command to complete.
if you don't see any errors, you are ready to use Chocolatey!
Use choco command to install kubectl.
Copy config and key from k8s-cluster server and create .kube directory.
Edit config and modify path of certificate-authority,client-certificate,client-key
Verify your connection
Run your kubectl proxy
Change dashboard service type clusterIP to NodePort
Get dasboard port
Clone example from k8s gitub
Edit example yaml and modify type:LoadBalancer to type:NodePort from frontend service section.
Create Guestbook app
Check your guestbook service
Access your guestbook from k8s master or minion floating ip and service port (you can get port form command kubectl get services) , For example: k8s master floating ip is 10.0.2.74, access guestgook url is 10.0.2.74:32020
wget helm tool and install
helm initialization
Check tiller service has been created
helm repository update
Search jenkins
Create jenkins app
WARNING: This example didn't create Persistent Volume ,You will lose your data when the Jenkins pod is terminated.
Check jenkins deploy complete
You can accsee jenkins by EXTERNAL-IP, but this k8s cluster in openstack vm , so you must access by master or minion floating ip and port, edit jenkins service .
* Remove about Loadbalance and change type to NodePort
Get jenkins service port
Get jenkins password
Login jenkins
Open browesr and k8s dashboard url is
Open browesr and k8s dashboard url is(master IP:port)