Gedion Danielblog.gediondaniel.dev·Dec 1, 2024AWS Lambda: Pay Only When Your Code RunsAWS Lambda: Pay Only When Your Code Runs Imagine if you only had to pay for your car when you're actually driving it. Sounds great, right? That's exactly how AWS Lambda works - you only pay when your code is running. Let's dive into this game-changin...Discussaws lambda
Pravesh Sudhapraveshstwt.hashnode.dev·Nov 12, 2024Deploying a Simple Go Application on Minikube: A DevOps Guide with BuildSafe, Ko, and More💡 Introduction In this project, we’ll build a Go-lang DevOps setup to deploy a simple Go application on Minikube. To ensure security and efficiency, we’ll use BuildSafe and Ko for building the artifact and the base image with zero vulnerabilities, w...Discuss·1 like·93 readsminikube
Muhire Josuéjosuedev.hashnode.dev·Oct 20, 2024Spring Cloud Gateway: A Comprehensive GuideIntroduction In modern microservices architectures, managing traffic between services is a critical task. API Gateways act as intermediaries that handle requests, route them to appropriate services, apply security policies, and provide other cross-...DiscussJava
Calvin Torracalvin.hashnode.dev·Oct 18, 2024Create an API to get data from your DynamoDB Database using CDKhttps://youtu.be/k-1gQwpj_QE?si=SkA5r5x1ffpty7lJDiscussAWS
Thirumurthi Sthirumurthi.hashnode.dev·Sep 1, 2024Istio - Kubernetes Gateway API in Kind ClusterIstio with Kubernetes Gateway API In this blog have detailed deploying Istio in Kind cluster and configure Kubernetes Gateway API. Pre-requisites: Docker desktop installed and running Kind CLI Helm CLI (v3.15.3+) Understanding of Service Mesh (Ist...Discuss·43 reads#istio
Shashank Vimaljamy.hashnode.dev·Jul 3, 2024Manage APIs Easily with Amazon API GatewayApplication Programming Interfaces (APIs) are crucial for building and integrating modern applications. They serve as essential building blocks that enable seamless communication between different software systems. API Gateway acts as a unified inter...DiscussAWS
วีระชัย แย้มวจีpage2me.hashnode.dev·Jun 21, 2024[ภาษาไทย] API Gateway vs Gateway APIAPI Gateway vs Gateway API: เข้าใจความแตกต่าง API Gateway และ Gateway API มักถูกใช้สับสนว่ามีความหมายเหมือนกัน แต่แท้จริงแล้ว ทั้งสองมีความแตกต่างกันทั้งในแง่ของวัตถุประสงค์ การใช้งาน และเทคโนโลยีที่ใช้ API Gateway API Gateway เป็นเซิร์ฟเวอร์เฉพาะทาง...DiscussAPI Gateway
วีระชัย แย้มวจีpage2me.hashnode.dev·Jun 21, 2024API Gateway vs Gateway APIAPI Gateway vs Gateway API API Gateway and Gateway API are related concepts in the realm of software architecture and cloud computing, but they refer to different things: API Gateway: Definition: An API Gateway is a server that acts as an intermedi...DiscussAPI Gateway
Abhinav Jhaabhinav3254.hashnode.dev·May 21, 2024How to disable CORS in API Gateway Spring BootCredit for this solution :- https://stackoverflow.com/a/78422113 Thank you!! After struggling for more than 2 days, I found this thing which I have Used to resolve CORS error in my spring boot microservice to disable CORS, I have my application.p...DiscussJava
Karim El Jamalijamali.hashnode.dev·Feb 12, 2024Kubernetes Gateway APISo, we ended our previous post talking about some of the downsides of the Load Balancer service in terms of security, manageability and increased costs. So this weekend, I set myself up to understand the Kubernetes Gateway API (not an API Gateway) wh...Discuss·162 readsKubernetes