Wiki » History » Version 7

David Wong, 22 August 2023 10:45 AM

1 3 David Wong
h1. *Solution Domain Microservices*
2 4 David Wong
3 5 David Wong
+Kubernetes Server+
4 5 David Wong
*Servier IP:* 172.16.25.67
5 5 David Wong
*User ID:* sysadmin
6 5 David Wong
*Password:* rancher$7466
7 5 David Wong
*OS:* ubuntu
8 5 David Wong
9 4 David Wong
to go to root access: sudo -i -u root
10 6 David Wong
11 7 David Wong
to enable @'kubectl'@ command: 
12 1 CK Khan
<pre>
13 7 David Wong
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml PATH=$PATH:/var/lib/rancher/rke2/bin
14 6 David Wong
</pre>