Wiki » History » Version 8

Version 7 (David Wong, 22 August 2023 10:45 AM) → Version 8/15 (David Wong, 22 August 2023 10:47 AM)

h1. *Solution Domain Microservices*

+Docker Registry+
https://172.16.25.68:5000/v2

*Server IP:* 172.16.25.68
*User ID:* sysadmin
*Password:* docker$8577
*OS:* ubuntu

+Kubernetes Server+
*Servier IP:* 172.16.25.67
*User ID:* sysadmin
*Password:* rancher$7466
*OS:* ubuntu

to go to root access: sudo -i -u root

to enable @'kubectl'@ command:
<pre>
export KUBECONFIG=/etc/rancher/rke2/rke2.yaml PATH=$PATH:/var/lib/rancher/rke2/bin
</pre>