Skip to content

sunuk-salad/virtual-kubelet-saladcloud

 
 

Repository files navigation

Virtual Kubelet Provider for SaladCloud

License CI Workflow Go Report Card

Salad's Virtual Kubelet (VK) provider for SaladCloud enables running Kubernetes (K8s) pods as container group deployments.

To Setup the project

  1. Clone the repo command
git clone
  1. Install the dependencies
go mod download
  1. Build the project
go build
  1. Run the project
go run main.go --nodename {valid_node_name} --projectName {projectName} --organizationName {organizationName} --api-key {api-key} --kubeconfig {kubeconfig}

Prerequisites

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

  1. Valid ApiKey and OrganizationName
  2. Valid Kubeconfig
  3. Valid NodeName
  4. Valid ProjectName

About

SaladCloud Virtual Kubelet provider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.6%
  • Dockerfile 1.4%