Skip to content

KubeSphere Installation Verification

Following the execution of the installation script, users are presented with a summary block containing essential access information^[99.k8s-all-in-one__README.md].

Console Access

Upon completion of the installation process, the default login credentials and the console URL are displayed^[99.k8s-all-in-one__README.md]: * Console URL: http://192.168.100.128:30880 * Account: admin * Password: P@88w0rd

Post-Installation Checks

After logging into the console, it is recommended to verify the status of service components within the "Cluster Management" section^[99.k8s-all-in-one__README.md]. If any services are not yet ready, users should wait until all components are up and running^[99.k8s-all-in-one__README.md]. Additionally, it is a security best practice to change the default password immediately after the first login^[99.k8s-all-in-one__README.md].

Installation Logs

To verify the installation process via the command line or troubleshoot potential issues, users can inspect the logs of the installation pod^[99.k8s-all-in-one__README.md]. The specific command provided by the installer is:

shell [kubectl](<./kubectl.md>) logs -n kubesphere-system $([kubectl](<./kubectl.md>) get [Pod](<./pod.md>) -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f^[99.k8s-all-in-one__README.md]

Sources

^[99.k8s-all-in-one__README.md]