Onboarding
Follow the steps below along with the onboarding e-mail to use the created resources:
Onboarding Steps
1. Fortigate Access
VPN access has been configured for your environment and credentials will be shared in a secure way through the onboarding e-mail.
FortiClient Download
FortiClient VPN installers for all platforms will be provided via file share in your onboarding email.
After installing FortiClient, use the credentials provided in your onboarding email to establish a VPN connection.
For more information check VPN Access
2. Cluster Access
Once connected to the VPN, you can access the Kubernetes cluster using the provided kubeconfig file. Store the kubernetes config contents (shared privately) in a file like kubeconfig.yaml, and export it as shown below.
Kubeconfig Setup
export KUBECONFIG=kubeconfig.yaml
The k0s cluster uses containerd as the default container runtime.
Verify Cluster Access
After setting the KUBECONFIG, verify your connection:
kubectl get nodeskubectl cluster-info