Skaffold Alternatives
-
clair
Vulnerability Static Analysis for Containers
-
trivy
A Simple and Comprehensive Vulnerability Scanner for Container Images, Github Repositories and Filesystems. Suitable for CI
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
dockle
Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start
-
Gitkube
Build and deploy docker images to Kubernetes using git push
-
devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
-
okteto
Develop your applications directly in your Kubernetes Cluster
-
kubernetes
Production-Grade Container Scheduling and Management
Posts
-
What do you use for local development?
skaffold (https://skaffold.dev/) for automating both of the above into a repeatable development workflow with live code reloading when something moves past playing around
- How do you promote code to environments?
-
Cloud Development Environments: Using Skaffold and Telepresence on Kubernetes for fast dev loops
Skaffold is an open source project created by Google. It provides a development framework for Kubernetes based applications. This framework creates a fast, repeatable, and simple local Kubernetes workflow. Put simply, this means that it handles all the hard bits of managing a cloud native local development environment, such as building images and deploying to Kubernetes. With Skaffold handling the hard bits, you save time with every iteration you make in development.
You can think of the Skaffold dev mode as a fully automated CI/CD pipeline for your development cluster. It takes all the tools you already use to deploy your application and does it automatically every time you make a change. This pipeline can get complex if needed, but at its primary levels it has 2 main stages: build and deploy. Let’s take a look at how this looks with the ‘react-reload’ example provided in the Skaffold repository.
-
Ask HN: Help me find who is leaking my data
Issue in question: https://github.com/GoogleContainerTools/skaffold/issues/5210
Stats
GoogleContainerTools/skaffold is an open source project licensed under Apache License 2.0 which is an OSI approved license.