Right now, Apache Kafka utilizes Apache ZooKeeper to store its metadata. Managing a ZooKeeper cluster creates an additional burden on the infrastructure and the admins.
Learn how to prevent security issues and optimize containerized applications by applying a quick set of Dockerfile best practices in your image builds.
What does it take to become an SRE from a SysAdmin background? We discuss the growth areas and technical skills needed to successfully transition to an SRE role.
The need for Backup and Disaster Recovery is as important as ever. We cover some of the core reasons why deploying a backup solution is critical for safety and scale.
Learn how to create a reactive microservices architecture with Spring Boot, Spring Cloud Gateway, Spring Cloud Config, Spring WebFlux, Java, and JHipster.
In this article, we discuss the advantages of moving applications to the cloud and describe how to create docker images for Windows desktop applications.
Monitoring our microservices is as important as its development. In this article, we see how you can monitor your microservices using Prometheus and Grafana.
Runtime Fabric is a containerized deployment type, where every application deployed is contained within its Mule Runtime; it is its own private Kubernetes Pod.
This tutorial will show you how to build and run a simple web application into the Docker-compatible image using Cloud Native Buildpacks support, from Spring Boot 2.3.0.
Introduction to Apache Kafka: Learn Kafka fundamentals, including the concepts of events, topics, partitions, brokers, replication, producers, and consumers.
How to create Docker or OCI complaint images without installing any Docker clients or using Dockerfiles for a Spring Boot application by using Google's Jib.