SkillAgentSearch skills...

Freight

simple code execution engine on top of k8s

Install / Use

/learn @0jk6/Freight
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Freight

Allows you to run code on Kubernetes using k8s jobs, just like leetcode, codeforces and other online judges

Build docker images for the backend, service and the ui and push them to the dockerhub

  • docker build -t YOUR-DOCKERHUB-USERNAME/freight-backend:0.0.1 -f Dockerfile.backend .

  • docker build -t YOUR-DOCKERHUB-USERNAME/freight-service:0.0.1 -f Dockerfile.service .

  • docker push YOUR-DOCKERHUB-USERNAME/freight-backend:0.0.1

  • docker push YOUR-DOCKERHUB-USERNAME/freight-service:0.0.1

Make sure that you edit the images in the install.yml file to match the above pushed images.

  • kubectl apply -f install.yml

To run the UI

  • cd ui/freight
  • npm run dev
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1mo ago
Forks2

Languages

Go

Security Score

75/100

Audited on Mar 4, 2026

No findings