Home / Companies / Kong / Blog / July 2022

July 2022 Summaries

6 posts from Kong

Filter
Month: Year:
Post Summaries Back to Blog
Kong Summit 2022, held on September 28-29 at the Palace Hotel in San Francisco, is a premier event for API innovators and leaders. This conference features over 70 speakers and more than 40 sessions, with industry experts from companies like IKEA, Mercedes-Benz, McAfee, and AWS. Attendees can expect discussions on APIs, microservices, service mesh, Kubernetes, and open-source tools, alongside opportunities for networking, training, and engaging with the Kong community. The event includes a virtual Hackathon and culminates in the API Innovator Awards, celebrating transformative projects using Kong technology. The summit offers a blend of insightful talks, hands-on learning, and fun activities, embodying the spirit of innovation and community engagement.
Jul 28, 2022 642 words in the original blog post.
Kong has announced enhancements to its Kong Konnect platform, focusing on improving enterprise adoption and simplifying API management. The updates introduce Runtime Groups, allowing users to efficiently manage multiple Kong Gateway instances across different environments, such as production, staging, and development, with integrated team-based permissions for secure multi-tenancy. Additionally, a new Gateway configuration UI and enhanced role-based access control (RBAC) features have been introduced, enabling more granular permissions management. The platform also integrates with decK for declarative configuration management, streamlining the export and import of configurations across environments. Improvements to the developer portal include a configurable single sign-on experience using OpenID Connect and simplified custom domain setup. The new Vitals overview page provides insights into traffic throughput and error rates, enhancing users' understanding of API performance. Existing customers will have their environments upgraded to incorporate these features, while new accounts will automatically include them.
Jul 12, 2022 1,205 words in the original blog post.
Kong Konnect's Runtime Groups provide a streamlined way to manage multiple configurations for Kong Gateway through a single interface, enabling users to test infrastructure changes in staging environments before deploying them to production. This feature is particularly useful for organizations that need to isolate changes, such as testing new rate-limiting features, without affecting live services. Users can create a staging environment using the Runtime Manager in Konnect, and with the help of the decK command line tool, copy and modify existing service configurations. The process involves applying changes locally, testing them, and then promoting them to production, facilitated by GitHub Actions which automates the deployment process based on branch commits. This approach enhances workflow efficiency by integrating declarative configuration management with GitHub Actions, ensuring that configuration changes are consistently managed and applied across different environments using a single Konnect account.
Jul 12, 2022 1,275 words in the original blog post.
Web APIs are increasingly crucial in today's development landscape, with significant growth in their traffic across industries like digital banking and retail. APIs are not only tools for internal developers but also valuable products that can serve as new revenue streams. Companies are recognizing the potential of public and partner APIs to transform their services into platforms, thereby accessing new customer bases and revenue sources. Treating APIs as products involves strategic design and maintenance, ensuring they are easy to integrate and offer value to developers. Neglecting this approach can lead to missed revenue opportunities, low API adoption, and a lack of developer support. Organizations must prioritize the quality and management of APIs to harness their full potential in digital transformation and innovation.
Jul 06, 2022 980 words in the original blog post.
The API economy is transforming the digital landscape by enabling companies to leverage microservices and APIs to exchange data and services, fostering innovation and creating new business opportunities. This ecosystem facilitates the interaction between API providers and consumers, allowing businesses to extend their reach, speed up development, and enhance user experiences. It levels the playing field, enabling small startups to compete with larger corporations, and promotes efficiency by utilizing existing APIs to reduce development time and costs. The API economy is particularly impactful in industries like financial services, where it supports open banking and embedded finance, allowing traditional banks to discover new market routes and FinTech companies to rapidly deploy disruptive solutions. Despite its benefits, the API economy presents challenges such as security risks and the need for cultural shifts within organizations to embrace an API-first approach. Businesses aiming to participate in this economy must strategically align their digital services to be accessible through APIs, ensuring they are well-documented, secure, and interoperable, while also considering monetization strategies to capitalize on the value provided by APIs.
Jul 06, 2022 2,371 words in the original blog post.
Kong's API gateway is frequently used for API rate limiting, addressing performance, security, and business needs by ensuring service level agreements, preventing DDoS attacks, and differentiating service levels for paying customers. The Kong rate limit advanced plugin offers flexibility by allowing rate limits to be set at various levels, such as service, route, consumer, or globally. However, the need for different rate limits based on organizations, partners, or tenants can be met using Kong's "Consumer Groups" feature introduced in version 2.7, which allows for specific limits to be defined per group while maintaining general rate limit functionality. This enables users to easily configure traffic rate limits tailored to their specific requirements.
Jul 05, 2022 331 words in the original blog post.