June 2023 Summaries
2 posts from Ambassador
Filter
Month:
Year:
Post Summaries
Back to Blog
The evolution of request-driven (RESTful) APIs has led to a one-way, synchronous communication model with clients, resulting in poor user experience, high network traffic, and limited scalability and functionality due to the need for stateless interactions. In contrast, event-driven APIs have gained popularity due to their ability to handle real-time events, improve engagement, flexibility, and resilience through asynchronous communication using publish-subscribe models. A hybrid approach combining RESTful and Event-Driven architectures can provide a more flexible and scalable solution for modern software design, while Edge Stack API Gateway simplifies Kubernetes management with its traffic management controls for resource availability.
Jun 28, 2023
1,405 words in the original blog post.
Cloud native infrastructure is an approach that leverages cloud computing resources to build and run highly scalable, resilient, and cost-effective applications. The key benefits include scalability, resilience, agility, cost-effectiveness, and improved security. By adopting a cloud native approach, organizations can maximize these benefits by evaluating their current infrastructure, developing a migration plan, choosing the right cloud provider, investing in automation, fostering collaboration between development and operations teams, and continuously monitoring and optimizing their cloud infrastructure. Additionally, Telepresence enables rapid development and testing of Kubernetes services by merging local and remote test environments.
Jun 09, 2023
1,726 words in the original blog post.