Tag: deployment

  • When to Use Apache Flink: A Guide to its Best Combinations and Deployment

    When to Use Apache Flink: A Guide to its Best Combinations and Deployment

    Apache Flink is a powerful framework that enables real-time data processing and analytics. It can process large volumes of data streams from multiple sources and perform real-time computations and machine learning. In this article, we will discuss the best combinations for Apache Flink to work properly, when to use it, and how to deploy it…

  • Deploying and Using Envoy in Kubernetes: A Step-by-Step Guide

    Deploying and Using Envoy in Kubernetes: A Step-by-Step Guide

    If you’re running a microservices-based application in Kubernetes, deploying and using Envoy as your service mesh can provide a highly scalable and reliable infrastructure. Envoy is an open-source edge and service proxy that provides load balancing, routing, and observability features. In this step-by-step guide, we’ll walk you through the process of deploying and configuring Envoy…

  • Running Seeds After Edeliver Deploy

    Success is neither magical nor mysterious. Success is the natural consequence of consistently applying basic fundamentals. — E. James Rohn. After deploying your application to production or staging server, have you ever wondered on how you can import your seed data. This post is specifically targeted to elixir web apps only. Assuming you haven’t already…