Skip to main content

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.

tip

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

bash
1
export KUBECONFIG=kubeconfig.yaml
note

The k0s cluster uses containerd as the default container runtime.

Verify Cluster Access

After setting the KUBECONFIG, verify your connection:

bash
12
kubectl get nodes
kubectl cluster-info