Published in FAUN Publication·PinnedMember-onlyShared Dependencies Between Multiple Application Instances on KubernetesHPA, when triggered, is going to scale out a specific deployment, meaning, increase the number of running instances of an application to handle a particular workload. In a previous post, “Understanding Kubernetes HPA with KEDA and RabbitMQ” we have learned how to implement a simple, scalable application. What if our…Kubernetes5 min readKubernetes5 min read
Published in Geek Culture·PinnedMember-onlyUnderstanding Kubernetes HPA with KEDA and RabbitMQReal-world Kubernetes stateless applications are designed carefully to separate code from other components like databases or queues, which makes it easier to scale up or down the code component (or so-called the stateless application). There are different scenarios where the application needed to be scaled and that depends on the…Kubernetes7 min readKubernetes7 min read