Alternatives to Azure Container Instances logo

Alternatives to Azure Container Instances

Azure Container Service, Docker, Kubernetes, Databricks, and Azure Kubernetes Service are the most popular alternatives and competitors to Azure Container Instances.
35
71
+ 1
0

What is Azure Container Instances and what are its top alternatives?

It is a solution for any scenario that can operate in isolated containers, without orchestration. Run event-driven applications, quickly deploy from your container development pipelines, and run data processing and build jobs.
Azure Container Instances is a tool in the Containers as a Service category of a tech stack.

Top Alternatives to Azure Container Instances

  • Azure Container Service
    Azure Container Service

    Azure Container Service optimizes the configuration of popular open source tools and technologies specifically for Azure. You get an open solution that offers portability for both your containers and your application configuration. You select the size, the number of hosts, and choice of orchestrator tools, and Container Service handles everything else. ...

  • Docker
    Docker

    The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere ...

  • Kubernetes
    Kubernetes

    Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions. ...

  • Databricks
    Databricks

    Databricks Unified Analytics Platform, from the original creators of Apache Spark™, unifies data science and engineering across the Machine Learning lifecycle from data preparation to experimentation and deployment of ML applications. ...

  • Azure Kubernetes Service
    Azure Kubernetes Service

    Deploy and manage containerized applications more easily with a fully managed Kubernetes service. It offers serverless Kubernetes, an integrated continuous integration and continuous delivery (CI/CD) experience, and enterprise-grade security and governance. Unite your development and operations teams on a single platform to rapidly build, deliver, and scale applications with confidence. ...

  • Azure Functions
    Azure Functions

    Azure Functions is an event driven, compute-on-demand experience that extends the existing Azure application platform with capabilities to implement code triggered by events occurring in virtually any Azure or 3rd party service as well as on-premises systems. ...

  • Amazon EC2 Container Service
    Amazon EC2 Container Service

    Amazon EC2 Container Service lets you launch and stop container-enabled applications with simple API calls, allows you to query the state of your cluster from a centralized service, and gives you access to many familiar Amazon EC2 features like security groups, EBS volumes and IAM roles. ...

  • Google Kubernetes Engine
    Google Kubernetes Engine

    Container Engine takes care of provisioning and maintaining the underlying virtual machine cluster, scaling your application, and operational logistics like logging, monitoring, and health management. ...

Azure Container Instances alternatives & related posts

Azure Container Service logo

Azure Container Service

92
208
11
Deploy and manage containers using the tools you choose
92
208
+ 1
11
PROS OF AZURE CONTAINER SERVICE
  • 6
    Easy to setup, very agnostic
  • 3
    It supports Kubernetes, Mesos DC/OS and Docker Swarm
  • 2
    It has a nice command line interface (CLI) tool
CONS OF AZURE CONTAINER SERVICE
    Be the first to leave a con

    related Azure Container Service posts

    Docker logo

    Docker

    175.6K
    130.7K
    3.9K
    Enterprise Container Platform for High-Velocity Innovation.
    175.6K
    130.7K
    + 1
    3.9K
    PROS OF DOCKER
    • 824
      Rapid integration and build up
    • 692
      Isolation
    • 521
      Open source
    • 505
      Testa­bil­i­ty and re­pro­ducibil­i­ty
    • 460
      Lightweight
    • 218
      Standardization
    • 185
      Scalable
    • 106
      Upgrading / down­grad­ing / ap­pli­ca­tion versions
    • 88
      Security
    • 85
      Private paas environments
    • 34
      Portability
    • 26
      Limit resource usage
    • 17
      Game changer
    • 16
      I love the way docker has changed virtualization
    • 14
      Fast
    • 12
      Concurrency
    • 8
      Docker's Compose tools
    • 6
      Easy setup
    • 6
      Fast and Portable
    • 5
      Because its fun
    • 4
      Makes shipping to production very simple
    • 3
      Highly useful
    • 3
      It's dope
    • 2
      Its cool
    • 2
      MacOS support FAKE
    • 2
      Simplicity, isolation, resource effective
    • 2
      Open source and highly configurable
    • 2
      Does a nice job hogging memory
    • 2
      Package the environment with the application
    • 2
      Very easy to setup integrate and build
    • 2
      HIgh Throughput
    • 2
      Docker hub for the FTW
    • 2
      Super
    • 0
      Asdfd
    CONS OF DOCKER
    • 8
      New versions == broken features
    • 6
      Unreliable networking
    • 6
      Documentation not always in sync
    • 4
      Moves quickly
    • 3
      Not Secure

    related Docker posts

    Simon Reymann
    Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 7.3M 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
    Tymoteusz Paul
    Devops guy at X20X Development LTD · | 23 upvotes · 7.6M 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
    Kubernetes logo

    Kubernetes

    56.4K
    48.4K
    673
    Manage a cluster of Linux containers as a single system to accelerate Dev and simplify Ops
    56.4K
    48.4K
    + 1
    673
    PROS OF KUBERNETES
    • 164
      Leading docker container management solution
    • 128
      Simple and powerful
    • 106
      Open source
    • 76
      Backed by google
    • 58
      The right abstractions
    • 25
      Scale services
    • 20
      Replication controller
    • 11
      Permission managment
    • 8
      Cheap
    • 8
      Supports autoscaling
    • 8
      Simple
    • 5
      No cloud platform lock-in
    • 5
      Reliable
    • 5
      Self-healing
    • 4
      Quick cloud setup
    • 4
      Promotes modern/good infrascture practice
    • 4
      Scalable
    • 4
      Open, powerful, stable
    • 3
      Runs on azure
    • 3
      Captain of Container Ship
    • 3
      Cloud Agnostic
    • 3
      Custom and extensibility
    • 3
      Backed by Red Hat
    • 3
      A self healing environment with rich metadata
    • 2
      Gke
    • 2
      Everything of CaaS
    • 2
      Sfg
    • 2
      Expandable
    • 2
      Golang
    • 2
      Easy setup
    CONS OF KUBERNETES
    • 15
      Poor workflow for development
    • 15
      Steep learning curve
    • 8
      Orchestrates only infrastructure
    • 4
      High resource requirements for on-prem clusters
    • 2
      Too heavy for simple systems
    • 1
      Additional vendor lock-in (Docker)
    • 1
      More moving parts to secure
    • 1
      Additional Technology Overhead

    related Kubernetes posts

    Conor Myhrvold
    Tech Brand Mgr, Office of CTO at Uber · | 43 upvotes · 7.4M 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
    Yshay Yaacobi

    Our first experience with .NET core was when we developed our OSS feature management platform - Tweek (https://github.com/soluto/tweek). We wanted to create a solution that is able to run anywhere (super important for OSS), has excellent performance characteristics and can fit in a multi-container architecture. We decided to implement our rule engine processor in F# , our main service was implemented in C# and other components were built using JavaScript / TypeScript and Go.

    Visual Studio Code worked really well for us as well, it worked well with all our polyglot services and the .Net core integration had great cross-platform developer experience (to be fair, F# was a bit trickier) - actually, each of our team members used a different OS (Ubuntu, macos, windows). Our production deployment ran for a time on Docker Swarm until we've decided to adopt Kubernetes with almost seamless migration process.

    After our positive experience of running .Net core workloads in containers and developing Tweek's .Net services on non-windows machines, C# had gained back some of its popularity (originally lost to Node.js), and other teams have been using it for developing microservices, k8s sidecars (like https://github.com/Soluto/airbag), cli tools, serverless functions and other projects...

    See more
    Databricks logo

    Databricks

    455
    693
    8
    A unified analytics platform, powered by Apache Spark
    455
    693
    + 1
    8
    PROS OF DATABRICKS
    • 1
      Best Performances on large datasets
    • 1
      True lakehouse architecture
    • 1
      Scalability
    • 1
      Databricks doesn't get access to your data
    • 1
      Usage Based Billing
    • 1
      Security
    • 1
      Data stays in your cloud account
    • 1
      Multicloud
    CONS OF DATABRICKS
      Be the first to leave a con

      related Databricks posts

      Jan Vlnas
      Developer Advocate at Superface · | 5 upvotes · 81.7K views

      From my point of view, both OpenRefine and Apache Hive serve completely different purposes. OpenRefine is intended for interactive cleaning of messy data locally. You could work with their libraries to use some of OpenRefine features as part of your data pipeline (there are pointers in FAQ), but OpenRefine in general is intended for a single-user local operation.

      I can't recommend a particular alternative without better understanding of your use case. But if you are looking for an interactive tool to work with big data at scale, take a look at notebook environments like Jupyter, Databricks, or Deepnote. If you are building a data processing pipeline, consider also Apache Spark.

      Edit: Fixed references from Hadoop to Hive, which is actually closer to Spark.

      See more
      Azure Kubernetes Service logo

      Azure Kubernetes Service

      377
      335
      0
      Simplify Kubernetes management, deployment, and operations.
      377
      335
      + 1
      0
      PROS OF AZURE KUBERNETES SERVICE
        Be the first to leave a pro
        CONS OF AZURE KUBERNETES SERVICE
          Be the first to leave a con

          related Azure Kubernetes Service posts

          Farzad Jalali
          Senior Software Architect at BerryWorld · | 8 upvotes · 242.3K views

          Visual Studio Azure DevOps Azure Functions Azure Websites #Azure #AzureKeyVault #AzureAD #AzureApps

          #Azure Cloud Since Amazon is potentially our competitor then we need a different cloud vendor, also our programmers are microsoft oriented so the choose were obviously #Azure for us.

          Azure DevOps Because we need to be able to develop a neww pipeline into Azure environment ina few minutes.

          Azure Kubernetes Service We already in #Azure , also need to use K8s , so let's use AKS as it's a manged Kubernetes in the #Azure

          See more
          Azure Functions logo

          Azure Functions

          759
          674
          62
          Listen and react to events across your stack
          759
          674
          + 1
          62
          PROS OF AZURE FUNCTIONS
          • 14
            Pay only when invoked
          • 11
            Great developer experience for C#
          • 9
            Multiple languages supported
          • 7
            Great debugging support
          • 5
            Can be used as lightweight https service
          • 4
            Easy scalability
          • 3
            WebHooks
          • 3
            Costo
          • 2
            Event driven
          • 2
            Azure component events for Storage, services etc
          • 2
            Poor developer experience for C#
          CONS OF AZURE FUNCTIONS
          • 1
            No persistent (writable) file system available
          • 1
            Poor support for Linux environments
          • 1
            Sporadic server & language runtime issues
          • 1
            Not suited for long-running applications

          related Azure Functions posts

          Kestas Barzdaitis
          Entrepreneur & Engineer · | 16 upvotes · 739.1K views

          CodeFactor being a #SAAS product, our goal was to run on a cloud-native infrastructure since day one. We wanted to stay product focused, rather than having to work on the infrastructure that supports the application. We needed a cloud-hosting provider that would be reliable, economical and most efficient for our product.

          CodeFactor.io aims to provide an automated and frictionless code review service for software developers. That requires agility, instant provisioning, autoscaling, security, availability and compliance management features. We looked at the top three #IAAS providers that take up the majority of market share: Amazon's Amazon EC2 , Microsoft's Microsoft Azure, and Google Compute Engine.

          AWS has been available since 2006 and has developed the most extensive services ant tools variety at a massive scale. Azure and GCP are about half the AWS age, but also satisfied our technical requirements.

          It is worth noting that even though all three providers support Docker containerization services, GCP has the most robust offering due to their investments in Kubernetes. Also, if you are a Microsoft shop, and develop in .NET - Visual Studio Azure shines at integration there and all your existing .NET code works seamlessly on Azure. All three providers have serverless computing offerings (AWS Lambda, Azure Functions, and Google Cloud Functions). Additionally, all three providers have machine learning tools, but GCP appears to be the most developer-friendly, intuitive and complete when it comes to #Machinelearning and #AI.

          The prices between providers are competitive across the board. For our requirements, AWS would have been the most expensive, GCP the least expensive and Azure was in the middle. Plus, if you #Autoscale frequently with large deltas, note that Azure and GCP have per minute billing, where AWS bills you per hour. We also applied for the #Startup programs with all three providers, and this is where Azure shined. While AWS and GCP for startups would have covered us for about one year of infrastructure costs, Azure Sponsorship would cover about two years of CodeFactor's hosting costs. Moreover, Azure Team was terrific - I felt that they wanted to work with us where for AWS and GCP we were just another startup.

          In summary, we were leaning towards GCP. GCP's advantages in containerization, automation toolset, #Devops mindset, and pricing were the driving factors there. Nevertheless, we could not say no to Azure's financial incentives and a strong sense of partnership and support throughout the process.

          Bottom line is, IAAS offerings with AWS, Azure, and GCP are evolving fast. At CodeFactor, we aim to be platform agnostic where it is practical and retain the flexibility to cherry-pick the best products across providers.

          See more
          Michal Nowak

          In a couple of recent projects we had an opportunity to try out the new Serverless approach to building web applications. It wasn't necessarily a question if we should use any particular vendor but rather "if" we can consider serverless a viable option for building apps. Obviously our goal was also to get a feel for this technology and gain some hands-on experience.

          We did consider AWS Lambda, Firebase from Google as well as Azure Functions. Eventually we went with AWS Lambdas.

          PROS
          • No servers to manage (obviously!)
          • Limited fixed costs – you pay only for used time
          • Automated scaling and balancing
          • Automatic failover (or, at this level of abstraction, no failover problem at all)
          • Security easier to provide and audit
          • Low overhead at the start (with the certain level of knowledge)
          • Short time to market
          • Easy handover - deployment coupled with code
          • Perfect choice for lean startups with fast-paced iterations
          • Augmentation for the classic cloud, server(full) approach
          CONS
          • Not much know-how and best practices available about structuring the code and projects on the market
          • Not suitable for complex business logic due to the risk of producing highly coupled code
          • Cost difficult to estimate (helpful tools: serverlesscalc.com)
          • Difficulty in migration to other platforms (Vendor lock⚠️)
          • Little engineers with experience in serverless on the job market
          • Steep learning curve for engineers without any cloud experience

          More details are on our blog: https://evojam.com/blog/2018/12/5/should-you-go-serverless-meet-the-benefits-and-flaws-of-new-wave-of-cloud-solutions I hope it helps 🙌 & I'm curious of your experiences.

          See more
          Amazon EC2 Container Service logo

          Amazon EC2 Container Service

          13.8K
          9.6K
          325
          Container management service that supports Docker containers
          13.8K
          9.6K
          + 1
          325
          PROS OF AMAZON EC2 CONTAINER SERVICE
          • 100
            Backed by amazon
          • 72
            Familiar to ec2
          • 53
            Cluster based
          • 42
            Simple API
          • 26
            Iam roles
          • 7
            Scheduler
          • 7
            Cluster management
          • 7
            Programmatic Control
          • 4
            Container-enabled applications
          • 4
            Socker support
          • 2
            No additional cost
          • 1
            Easy to use and cheap
          CONS OF AMAZON EC2 CONTAINER SERVICE
            Be the first to leave a con

            related Amazon EC2 Container Service posts

            Cyril Duchon-Doris

            We build a Slack app using the Bolt framework from slack https://api.slack.com/tools/bolt, a Node.js express app. It allows us to easily implement some administration features so we can easily communicate with our backend services, and we don't have to develop any frontend app since Slack block kit will do this for us. It can act as a Chatbot or handle message actions and custom slack flows for our employees.

            This app is deployed as a microservice on Amazon EC2 Container Service with AWS Fargate. It uses very little memory (and money) and can communicate easily with our backend services. Slack is connected to this app through a ALB ( AWS Elastic Load Balancing (ELB) )

            See more
            Russel Werner
            Lead Engineer at StackShare · | 7 upvotes · 383.9K 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
            Google Kubernetes Engine logo

            Google Kubernetes Engine

            1.1K
            796
            69
            Deploy, manage, and scale containerized applications on Kubernetes, powered by Google Cloud
            1.1K
            796
            + 1
            69
            PROS OF GOOGLE KUBERNETES ENGINE
            • 17
              Backed by Google
            • 17
              Powered by kubernetes
            • 12
              Docker
            • 11
              Scalable
            • 6
              Open source
            • 2
              Command line interface is intuitive
            • 2
              Decoupled app
            • 1
              Provisioning
            • 1
              Declarative management
            CONS OF GOOGLE KUBERNETES ENGINE
              Be the first to leave a con

              related Google Kubernetes Engine posts

              Emanuel Evans
              Senior Architect at Rainforest QA · | 20 upvotes · 1.3M 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
              Omar Mehilba
              Co-Founder and COO at Magalix · | 19 upvotes · 420.3K views

              We are hardcore Kubernetes users and contributors. We loved the automation it provides. However, as our team grew and added more clusters and microservices, capacity and resources management becomes a massive pain to us. We started suffering from a lot of outages and unexpected behavior as we promote our code from dev to production environments. Luckily we were working on our AI-powered tools to understand different dependencies, predict usage, and calculate the right resources and configurations that should be applied to our infrastructure and microservices. We dogfooded our agent (http://github.com/magalixcorp/magalix-agent) and were able to stabilize as the #autopilot continuously recovered any miscalculations we made or because of unexpected changes in workloads. We are open sourcing our agent in a few days. Check it out and let us know what you think! We run workloads on Microsoft Azure Google Kubernetes Engine and Amazon EC2 and we're all about Go and Python!

              See more