Kubernetes (K8s) has become a cornerstone technology for deploying and managing containerized applications. But have you ever wondered how to manage your K8s services efficiently, especially when exposing many services outside the Cluster? By opting for an API gateway over a simple Ingress Controller, you’re simplifying the management of your K8s services and enhancing your control and efficiency. The API Gateway is a single entry point for client requests, abstracting security-related complexities, service discovery, routing,…
Kubernetes and cloud-native concepts are key to modern software development. New IT projects typically set these topics very high on…
In diesem Blog Beitrag geben wir einen kurzen Einblick in das Java-Microframework Quarkus. Quarkus ist ein Open Source Projekt das…