#kubernetes

Optimizing Application Deployment with Pipelines, Skaffold and Kubernetes

Posted on Tue, Jul 4, 2023 devops skaffold kubernetes

Have you ever heard of Skaffold? πŸ”₯ It’s a great choice if you are looking to optimize your Kubernetes deployment. ⚑️ It can take care of your deployment process in a consistent and reproducible way! 🌱 Read on to learn more! πŸ‘€

Microgateways with Docker and Spring Boot

Microgateways are lightweight πŸ‚, distributed proxies that can be deployed alongside each microservice πŸ“¦. This allows for fine-grained control over API traffic and makes it easier to implement security, rate limiting, and other policies. In this guide, we will show you how to build a microgateway using Docker 🐳, Spring Boot 🌱, and Gateways πŸšͺ. This guide is for developers who are interested in learning how to build microgateways. It is assumed that you have some basic knowledge of microservices architectures and Docker 🀩 click on the article ➑️