Shailendra SinghforMechCloudblog.mechcloud.io·Dec 19, 2024Kubernetes: Migrating from Ingress to Gateway APIKubernetes has become the de facto standard for container orchestration. With the rise of microservices and cloud-native applications, managing network traffic within a Kubernetes cluster has become increasingly critical. The Ingress API has been the...10 likes·54 readsKubernetessoftware development
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...aws 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...10 likes·96 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-...Java
Calvin Torracalvin.hashnode.dev·Oct 18, 2024Create an API to get data from your DynamoDB Database using CDKhttps://youtu.be/k-1gQwpj_QE?si=SkA5r5x1ffpty7lJAWS
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...61 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...AWS
วีระชัย แย้มวจีpage2me.hashnode.dev·Jun 21, 2024[ภาษาไทย] API Gateway vs Gateway APIAPI Gateway vs Gateway API: เข้าใจความแตกต่าง API Gateway และ Gateway API มักถูกใช้สับสนว่ามีความหมายเหมือนกัน แต่แท้จริงแล้ว ทั้งสองมีความแตกต่างกันทั้งในแง่ของวัตถุประสงค์ การใช้งาน และเทคโนโลยีที่ใช้ API Gateway API Gateway เป็นเซิร์ฟเวอร์เฉพาะทาง...API 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...API 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...Java