Salad's Virtual Kubelet (VK) provider for SaladCloud enables running Kubernetes (K8s) pods as container group deployments.
To Setup the project
- Clone the repo command
git clone
- Install the dependencies
go mod download
- Build the project
go build
- Run the project
go run main.go --nodename {valid_node_name} --projectName {projectName} --organizationName {organizationName} --api-key {api-key} --kubeconfig {kubeconfig}
You should have valid configuration required to run the project
go to portal.salad.io and create a project and get the api-key and organization name set the kubeconfig to the valid kubeconfig file
- Valid ApiKey and OrganizationName
- Valid Kubeconfig
- Valid NodeName
- Valid ProjectName