Alternatives to Skaffold logo

Alternatives to Skaffold

Helm, Argo, Docker Compose, Jib, and Spinnaker are the most popular alternatives and competitors to Skaffold.
86
184
+ 1
0

What is Skaffold and what are its top alternatives?

Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing and deploying your application. It can also be used in an automated context such as a CI/CD pipeline to leverage the same workflow and tooling when moving applications to production.
Skaffold is a tool in the Container Tools category of a tech stack.
Skaffold is an open source tool with GitHub stars and GitHub forks. Here’s a link to Skaffold's open source repository on GitHub

Top Alternatives to Skaffold

  • Helm
    Helm

    Helm is the best way to find, share, and use software built for Kubernetes.

  • Argo
    Argo

    Argo is an open source container-native workflow engine for getting work done on Kubernetes. Argo is implemented as a Kubernetes CRD (Custom Resource Definition). ...

  • Docker Compose
    Docker Compose

    With Compose, you define a multi-container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running. ...

  • Jib
    Jib

    Jib builds Docker and OCI images for your Java applications and is available as plugins for Maven and Gradle. ...

  • Spinnaker
    Spinnaker

    Created at Netflix, it has been battle-tested in production by hundreds of teams over millions of deployments. It combines a powerful and flexible pipeline management system with integrations to the major cloud providers. ...

  • Jenkins
    Jenkins

    In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project. ...

  • kaniko
    kaniko

    A tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. kaniko doesn't depend on a Docker daemon and executes each command within a Dockerfile completely in userspace. This enables building container images in environments that can't easily or securely run a Docker daemon, such as a standard Kubernetes cluster. ...

  • JavaScript
    JavaScript

    JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles. ...

Skaffold alternatives & related posts

Helm logo

Helm

1.4K
881
18
The Kubernetes Package Manager
1.4K
881
+ 1
18
PROS OF HELM
  • 8
    Infrastructure as code
  • 6
    Open source
  • 2
    Easy setup
  • 1
    Support
  • 1
    Testa­bil­i­ty and re­pro­ducibil­i­ty
CONS OF HELM
    Be the first to leave a con

    related Helm posts

    Emanuel Evans
    Senior Architect at Rainforest QA · | 20 upvotes · 1.5M views

    We recently moved our main applications from Heroku to Kubernetes . The 3 main driving factors behind the switch were scalability (database size limits), security (the inability to set up PostgreSQL instances in private networks), and costs (GCP is cheaper for raw computing resources).

    We prefer using managed services, so we are using Google Kubernetes Engine with Google Cloud SQL for PostgreSQL for our PostgreSQL databases and Google Cloud Memorystore for Redis . For our CI/CD pipeline, we are using CircleCI and Google Cloud Build to deploy applications managed with Helm . The new infrastructure is managed with Terraform .

    Read the blog post to go more in depth.

    See more
    Russel Werner
    Lead Engineer at StackShare · | 7 upvotes · 525.8K views

    We began our hosting journey, as many do, on Heroku because they make it easy to deploy your application and automate some of the routine tasks associated with deployments, etc. However, as our team grew and our product matured, our needs have outgrown Heroku. I will dive into the history and reasons for this in a future blog post.

    We decided to migrate our infrastructure to Kubernetes running on Amazon EKS. Although Google Kubernetes Engine has a slightly more mature Kubernetes offering and is more user-friendly; we decided to go with EKS because we already using other AWS services (including a previous migration from Heroku Postgres to AWS RDS). We are still in the process of moving our main website workloads to EKS, however we have successfully migrate all our staging and testing PR apps to run in a staging cluster. We developed a Slack chatops application (also running in the cluster) which automates all the common tasks of spinning up and managing a production-like cluster for a pull request. This allows our engineering team to iterate quickly and safely test code in a full production environment. Helm plays a central role when deploying our staging apps into the cluster. We use CircleCI to build docker containers for each PR push, which are then published to Amazon EC2 Container Service (ECR). An upgrade-operator process watches the ECR repository for new containers and then uses Helm to rollout updates to the staging environments. All this happens automatically and makes it really easy for developers to get code onto servers quickly. The immutable and isolated nature of our staging environments means that we can do anything we want in that environment and quickly re-create or restore the environment to start over.

    The next step in our journey is to migrate our production workloads to an EKS cluster and build out the CD workflows to get our containers promoted to that cluster after our QA testing is complete in our staging environments.

    See more
    Argo logo

    Argo

    621
    441
    6
    Container-native workflows for Kubernetes
    621
    441
    + 1
    6
    PROS OF ARGO
    • 3
      Open Source
    • 2
      Autosinchronize the changes to deploy
    • 1
      Online service, no need to install anything
    CONS OF ARGO
      Be the first to leave a con

      related Argo posts

      Docker Compose logo

      Docker Compose

      21.1K
      16K
      501
      Define and run multi-container applications with Docker
      21.1K
      16K
      + 1
      501
      PROS OF DOCKER COMPOSE
      • 123
        Multi-container descriptor
      • 110
        Fast development environment setup
      • 79
        Easy linking of containers
      • 68
        Simple yaml configuration
      • 60
        Easy setup
      • 16
        Yml or yaml format
      • 12
        Use Standard Docker API
      • 8
        Open source
      • 5
        Go from template to application in minutes
      • 5
        Can choose Discovery Backend
      • 4
        Scalable
      • 4
        Easy configuration
      • 4
        Kubernetes integration
      • 3
        Quick and easy
      CONS OF DOCKER COMPOSE
      • 9
        Tied to single machine
      • 5
        Still very volatile, changing syntax often

      related Docker Compose posts

      Simon Reymann
      Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 9M views

      Our whole DevOps stack consists of the following tools:

      • GitHub (incl. GitHub Pages/Markdown for Documentation, GettingStarted and HowTo's) for collaborative review and code management tool
      • Respectively Git as revision control system
      • SourceTree as Git GUI
      • Visual Studio Code as IDE
      • CircleCI for continuous integration (automatize development process)
      • Prettier / TSLint / ESLint as code linter
      • SonarQube as quality gate
      • Docker as container management (incl. Docker Compose for multi-container application management)
      • VirtualBox for operating system simulation tests
      • Kubernetes as cluster management for docker containers
      • Heroku for deploying in test environments
      • nginx as web server (preferably used as facade server in production environment)
      • SSLMate (using OpenSSL) for certificate management
      • Amazon EC2 (incl. Amazon S3) for deploying in stage (production-like) and production environments
      • PostgreSQL as preferred database system
      • Redis as preferred in-memory database/store (great for caching)

      The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts:

      • Key features: Easy and flexible installation, Clear dashboard, Great scaling operations, Monitoring is an integral part, Great load balancing concepts, Monitors the condition and ensures compensation in the event of failure.
      • Applications: An application can be deployed using a combination of pods, deployments, and services (or micro-services).
      • Functionality: Kubernetes as a complex installation and setup process, but it not as limited as Docker Swarm.
      • Monitoring: It supports multiple versions of logging and monitoring when the services are deployed within the cluster (Elasticsearch/Kibana (ELK), Heapster/Grafana, Sysdig cloud integration).
      • Scalability: All-in-one framework for distributed systems.
      • Other Benefits: Kubernetes is backed by the Cloud Native Computing Foundation (CNCF), huge community among container orchestration tools, it is an open source and modular tool that works with any OS.
      See more

      Recently I have been working on an open source stack to help people consolidate their personal health data in a single database so that AI and analytics apps can be run against it to find personalized treatments. We chose to go with a #containerized approach leveraging Docker #containers with a local development environment setup with Docker Compose and nginx for container routing. For the production environment we chose to pull code from GitHub and build/push images using Jenkins and using Kubernetes to deploy to Amazon EC2.

      We also implemented a dashboard app to handle user authentication/authorization, as well as a custom SSO server that runs on Heroku which allows experts to easily visit more than one instance without having to login repeatedly. The #Backend was implemented using my favorite #Stack which consists of FeathersJS on top of Node.js and ExpressJS with PostgreSQL as the main database. The #Frontend was implemented using React, Redux.js, Semantic UI React and the FeathersJS client. Though testing was light on this project, we chose to use AVA as well as ESLint to keep the codebase clean and consistent.

      See more
      Jib logo

      Jib

      18
      43
      2
      Containerize your Java application (by Google)
      18
      43
      + 1
      2
      PROS OF JIB
      • 2
        No docker files to maintain
      • 0
        Build is faster than Docker
      • 0
        Native
      • 0
        Coder friendly with Maven and Gradle plugins
      CONS OF JIB
        Be the first to leave a con

        related Jib posts

        Spinnaker logo

        Spinnaker

        225
        353
        13
        Multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence
        225
        353
        + 1
        13
        PROS OF SPINNAKER
        • 13
          Mature
        CONS OF SPINNAKER
        • 3
          No GitOps
        • 1
          Configuration time
        • 1
          Management overhead
        • 1
          Ease of use

        related Spinnaker posts

        John Kodumal

        LaunchDarkly is almost a five year old company, and our methodology for deploying was state of the art... for 2014. We recently undertook a project to modernize the way we #deploy our software, moving from Ansible-based deploy scripts that executed on our local machines, to using Spinnaker (along with Terraform and Packer) as the basis of our deployment system. We've been using Armory's enterprise Spinnaker offering to make this project a reality.

        See more
        Jenkins logo

        Jenkins

        57.5K
        49.1K
        2.2K
        An extendable open source continuous integration server
        57.5K
        49.1K
        + 1
        2.2K
        PROS OF JENKINS
        • 523
          Hosted internally
        • 469
          Free open source
        • 318
          Great to build, deploy or launch anything async
        • 243
          Tons of integrations
        • 211
          Rich set of plugins with good documentation
        • 111
          Has support for build pipelines
        • 68
          Easy setup
        • 66
          It is open-source
        • 53
          Workflow plugin
        • 13
          Configuration as code
        • 12
          Very powerful tool
        • 11
          Many Plugins
        • 10
          Continuous Integration
        • 10
          Great flexibility
        • 9
          Git and Maven integration is better
        • 8
          100% free and open source
        • 7
          Slack Integration (plugin)
        • 7
          Github integration
        • 6
          Self-hosted GitLab Integration (plugin)
        • 6
          Easy customisation
        • 5
          Pipeline API
        • 5
          Docker support
        • 4
          Fast builds
        • 4
          Hosted Externally
        • 4
          Excellent docker integration
        • 4
          Platform idnependency
        • 3
          AWS Integration
        • 3
          JOBDSL
        • 3
          It's Everywhere
        • 3
          Customizable
        • 3
          Can be run as a Docker container
        • 3
          It`w worked
        • 2
          Loose Coupling
        • 2
          NodeJS Support
        • 2
          Build PR Branch Only
        • 2
          Easily extendable with seamless integration
        • 2
          PHP Support
        • 2
          Ruby/Rails Support
        • 2
          Universal controller
        CONS OF JENKINS
        • 13
          Workarounds needed for basic requirements
        • 10
          Groovy with cumbersome syntax
        • 8
          Plugins compatibility issues
        • 7
          Lack of support
        • 7
          Limited abilities with declarative pipelines
        • 5
          No YAML syntax
        • 4
          Too tied to plugins versions

        related Jenkins posts

        Tymoteusz Paul
        Devops guy at X20X Development LTD · | 23 upvotes · 8M views

        Often enough I have to explain my way of going about setting up a CI/CD pipeline with multiple deployment platforms. Since I am a bit tired of yapping the same every single time, I've decided to write it up and share with the world this way, and send people to read it instead ;). I will explain it on "live-example" of how the Rome got built, basing that current methodology exists only of readme.md and wishes of good luck (as it usually is ;)).

        It always starts with an app, whatever it may be and reading the readmes available while Vagrant and VirtualBox is installing and updating. Following that is the first hurdle to go over - convert all the instruction/scripts into Ansible playbook(s), and only stopping when doing a clear vagrant up or vagrant reload we will have a fully working environment. As our Vagrant environment is now functional, it's time to break it! This is the moment to look for how things can be done better (too rigid/too lose versioning? Sloppy environment setup?) and replace them with the right way to do stuff, one that won't bite us in the backside. This is the point, and the best opportunity, to upcycle the existing way of doing dev environment to produce a proper, production-grade product.

        I should probably digress here for a moment and explain why. I firmly believe that the way you deploy production is the same way you should deploy develop, shy of few debugging-friendly setting. This way you avoid the discrepancy between how production work vs how development works, which almost always causes major pains in the back of the neck, and with use of proper tools should mean no more work for the developers. That's why we start with Vagrant as developer boxes should be as easy as vagrant up, but the meat of our product lies in Ansible which will do meat of the work and can be applied to almost anything: AWS, bare metal, docker, LXC, in open net, behind vpn - you name it.

        We must also give proper consideration to monitoring and logging hoovering at this point. My generic answer here is to grab Elasticsearch, Kibana, and Logstash. While for different use cases there may be better solutions, this one is well battle-tested, performs reasonably and is very easy to scale both vertically (within some limits) and horizontally. Logstash rules are easy to write and are well supported in maintenance through Ansible, which as I've mentioned earlier, are at the very core of things, and creating triggers/reports and alerts based on Elastic and Kibana is generally a breeze, including some quite complex aggregations.

        If we are happy with the state of the Ansible it's time to move on and put all those roles and playbooks to work. Namely, we need something to manage our CI/CD pipelines. For me, the choice is obvious: TeamCity. It's modern, robust and unlike most of the light-weight alternatives, it's transparent. What I mean by that is that it doesn't tell you how to do things, doesn't limit your ways to deploy, or test, or package for that matter. Instead, it provides a developer-friendly and rich playground for your pipelines. You can do most the same with Jenkins, but it has a quite dated look and feel to it, while also missing some key functionality that must be brought in via plugins (like quality REST API which comes built-in with TeamCity). It also comes with all the common-handy plugins like Slack or Apache Maven integration.

        The exact flow between CI and CD varies too greatly from one application to another to describe, so I will outline a few rules that guide me in it: 1. Make build steps as small as possible. This way when something breaks, we know exactly where, without needing to dig and root around. 2. All security credentials besides development environment must be sources from individual Vault instances. Keys to those containers should exist only on the CI/CD box and accessible by a few people (the less the better). This is pretty self-explanatory, as anything besides dev may contain sensitive data and, at times, be public-facing. Because of that appropriate security must be present. TeamCity shines in this department with excellent secrets-management. 3. Every part of the build chain shall consume and produce artifacts. If it creates nothing, it likely shouldn't be its own build. This way if any issue shows up with any environment or version, all developer has to do it is grab appropriate artifacts to reproduce the issue locally. 4. Deployment builds should be directly tied to specific Git branches/tags. This enables much easier tracking of what caused an issue, including automated identifying and tagging the author (nothing like automated regression testing!).

        Speaking of deployments, I generally try to keep it simple but also with a close eye on the wallet. Because of that, I am more than happy with AWS or another cloud provider, but also constantly peeking at the loads and do we get the value of what we are paying for. Often enough the pattern of use is not constantly erratic, but rather has a firm baseline which could be migrated away from the cloud and into bare metal boxes. That is another part where this approach strongly triumphs over the common Docker and CircleCI setup, where you are very much tied in to use cloud providers and getting out is expensive. Here to embrace bare-metal hosting all you need is a help of some container-based self-hosting software, my personal preference is with Proxmox and LXC. Following that all you must write are ansible scripts to manage hardware of Proxmox, similar way as you do for Amazon EC2 (ansible supports both greatly) and you are good to go. One does not exclude another, quite the opposite, as they can live in great synergy and cut your costs dramatically (the heavier your base load, the bigger the savings) while providing production-grade resiliency.

        See more
        Thierry Schellenbach

        Releasing new versions of our services is done by Travis CI. Travis first runs our test suite. Once it passes, it publishes a new release binary to GitHub.

        Common tasks such as installing dependencies for the Go project, or building a binary are automated using plain old Makefiles. (We know, crazy old school, right?) Our binaries are compressed using UPX.

        Travis has come a long way over the past years. I used to prefer Jenkins in some cases since it was easier to debug broken builds. With the addition of the aptly named “debug build” button, Travis is now the clear winner. It’s easy to use and free for open source, with no need to maintain anything.

        #ContinuousIntegration #CodeCollaborationVersionControl

        See more
        kaniko logo

        kaniko

        41
        78
        4
        Build container images in Kubernetes
        41
        78
        + 1
        4
        PROS OF KANIKO
        • 3
          No need for docker demon
        • 1
          Automation using jules
        CONS OF KANIKO
        • 1
          Slow compared to docker

        related kaniko posts

        JavaScript logo

        JavaScript

        349.5K
        266.2K
        8.1K
        Lightweight, interpreted, object-oriented language with first-class functions
        349.5K
        266.2K
        + 1
        8.1K
        PROS OF JAVASCRIPT
        • 1.7K
          Can be used on frontend/backend
        • 1.5K
          It's everywhere
        • 1.2K
          Lots of great frameworks
        • 896
          Fast
        • 745
          Light weight
        • 425
          Flexible
        • 392
          You can't get a device today that doesn't run js
        • 286
          Non-blocking i/o
        • 236
          Ubiquitousness
        • 191
          Expressive
        • 55
          Extended functionality to web pages
        • 49
          Relatively easy language
        • 46
          Executed on the client side
        • 30
          Relatively fast to the end user
        • 25
          Pure Javascript
        • 21
          Functional programming
        • 15
          Async
        • 13
          Full-stack
        • 12
          Setup is easy
        • 12
          Its everywhere
        • 11
          JavaScript is the New PHP
        • 11
          Because I love functions
        • 10
          Like it or not, JS is part of the web standard
        • 9
          Can be used in backend, frontend and DB
        • 9
          Expansive community
        • 9
          Future Language of The Web
        • 9
          Easy
        • 8
          No need to use PHP
        • 8
          For the good parts
        • 8
          Can be used both as frontend and backend as well
        • 8
          Everyone use it
        • 8
          Most Popular Language in the World
        • 8
          Easy to hire developers
        • 7
          Love-hate relationship
        • 7
          Powerful
        • 7
          Photoshop has 3 JS runtimes built in
        • 7
          Evolution of C
        • 7
          Popularized Class-Less Architecture & Lambdas
        • 7
          Agile, packages simple to use
        • 7
          Supports lambdas and closures
        • 6
          1.6K Can be used on frontend/backend
        • 6
          It's fun
        • 6
          Hard not to use
        • 6
          Nice
        • 6
          Client side JS uses the visitors CPU to save Server Res
        • 6
          Versitile
        • 6
          It let's me use Babel & Typescript
        • 6
          Easy to make something
        • 6
          Its fun and fast
        • 6
          Can be used on frontend/backend/Mobile/create PRO Ui
        • 5
          Function expressions are useful for callbacks
        • 5
          What to add
        • 5
          Client processing
        • 5
          Everywhere
        • 5
          Scope manipulation
        • 5
          Stockholm Syndrome
        • 5
          Promise relationship
        • 5
          Clojurescript
        • 4
          Because it is so simple and lightweight
        • 4
          Only Programming language on browser
        • 1
          Hard to learn
        • 1
          Test
        • 1
          Test2
        • 1
          Easy to understand
        • 1
          Not the best
        • 1
          Easy to learn
        • 1
          Subskill #4
        • 0
          Hard 彤
        CONS OF JAVASCRIPT
        • 22
          A constant moving target, too much churn
        • 20
          Horribly inconsistent
        • 15
          Javascript is the New PHP
        • 9
          No ability to monitor memory utilitization
        • 8
          Shows Zero output in case of ANY error
        • 7
          Thinks strange results are better than errors
        • 6
          Can be ugly
        • 3
          No GitHub
        • 2
          Slow

        related JavaScript posts

        Zach Holman

        Oof. I have truly hated JavaScript for a long time. Like, for over twenty years now. Like, since the Clinton administration. It's always been a nightmare to deal with all of the aspects of that silly language.

        But wowza, things have changed. Tooling is just way, way better. I'm primarily web-oriented, and using React and Apollo together the past few years really opened my eyes to building rich apps. And I deeply apologize for using the phrase rich apps; I don't think I've ever said such Enterprisey words before.

        But yeah, things are different now. I still love Rails, and still use it for a lot of apps I build. But it's that silly rich apps phrase that's the problem. Users have way more comprehensive expectations than they did even five years ago, and the JS community does a good job at building tools and tech that tackle the problems of making heavy, complicated UI and frontend work.

        Obviously there's a lot of things happening here, so just saying "JavaScript isn't terrible" might encompass a huge amount of libraries and frameworks. But if you're like me, yeah, give things another shot- I'm somehow not hating on JavaScript anymore and... gulp... I kinda love it.

        See more
        Conor Myhrvold
        Tech Brand Mgr, Office of CTO at Uber · | 44 upvotes · 9.6M views

        How Uber developed the open source, end-to-end distributed tracing Jaeger , now a CNCF project:

        Distributed tracing is quickly becoming a must-have component in the tools that organizations use to monitor their complex, microservice-based architectures. At Uber, our open source distributed tracing system Jaeger saw large-scale internal adoption throughout 2016, integrated into hundreds of microservices and now recording thousands of traces every second.

        Here is the story of how we got here, from investigating off-the-shelf solutions like Zipkin, to why we switched from pull to push architecture, and how distributed tracing will continue to evolve:

        https://eng.uber.com/distributed-tracing/

        (GitHub Pages : https://www.jaegertracing.io/, GitHub: https://github.com/jaegertracing/jaeger)

        Bindings/Operator: Python Java Node.js Go C++ Kubernetes JavaScript OpenShift C# Apache Spark

        See more