logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Skaffold - Develop Kubernetes Applications | Online Free DevTools by Hexmos

Develop Kubernetes applications easily with Skaffold. Build, deploy, and manage Kubernetes apps continuously with automatic code updates. Free online tool, no registration required.

skaffold

Facilitate continuous development for Kubernetes applications. More information: https://skaffold.dev.

  • Build the artifacts:

skaffold build {{[-f|--filename]}} {{skaffold.yaml}}

  • Build and deploy your app every time your code changes:

skaffold dev {{[-f|--filename]}} {{skaffold.yaml}}

  • Run a pipeline file:

skaffold run {{[-f|--filename]}} {{skaffold.yaml}}

  • Run a diagnostic on Skaffold:

skaffold diagnose {{[-f|--filename]}} {{skaffold.yaml}}

  • Deploy the artifacts:

skaffold deploy {{[-f|--filename]}} {{skaffold.yaml}}

See Also