August 2025 Summaries
10 posts from Kong
Filter
Month:
Year:
Post Summaries
Back to Blog
As enterprises increasingly integrate AI and Large Language Models into their digital platforms, implementing robust AI guardrails is crucial for safeguarding users, protecting data, managing costs, and ensuring compliance with regulatory and ethical standards. These guardrails serve as essential controls across policy, technical, and operational layers to prevent harmful or biased outputs, protect sensitive data, manage operational costs, and maintain compliance and stability. They include categories such as content moderation, rate limiting, access control, input sanitization, and observability, each providing specific protections like filtering inappropriate content, controlling token usage, and ensuring only authorized access. Kong Konnect, with its AI Gateway, offers a comprehensive toolkit to deploy these guardrails effectively, enabling organizations to implement appropriate measures at scale, thus ensuring responsible AI integration and operation.
Aug 25, 2025
1,979 words in the original blog post.
The Konnect Terraform provider has seen significant updates since its initial release, including over 300,000 installs, an increase in available resources, and expanded support for federated management of Konnect organizations. The recent release of version 3 introduces several key improvements, such as support for the new Developer Portal and a refined approach for handling null configurations to ensure old configurations are properly removed. Additionally, enhancements to data sources allow for easier access to individual entities by name, streamlining user interactions. Users are encouraged to upgrade to version 3, supported by detailed documentation and resources available on the Kong Developer site and GitHub. The update aims to address previous limitations, offer a more seamless experience, and provide tools for automating API catalogs, managing analytics dashboards, and more, with the possibility for users to provide feedback and raise issues if needed.
Aug 22, 2025
721 words in the original blog post.
API developers often face challenges in both troubleshooting issues and showcasing platform performance, and dashboards serve as a crucial tool in addressing these needs. However, differing team priorities and federated team structures can make managing dashboards complex. Kong Konnect has introduced Custom Dashboards, now generally available, which simplifies this process by offering features such as best-practice templates, global filters, role-based access, and automation through APIs and Terraform. These enhancements allow for easy creation, automation, and secure sharing of dashboards tailored to various team needs, making it possible to convert API data into actionable insights efficiently. Custom Dashboards help streamline operations from rapid problem-solving to strategic reporting, reducing overhead and improving decision-making processes.
Aug 21, 2025
524 words in the original blog post.
The Kong Hackathon for API Summit 2025 invites developers worldwide to create innovative projects under the theme "Agentic AI," which focuses on AI solutions that can think, adapt, and act autonomously. This event challenges participants, whether solo or in teams, to build projects that seamlessly integrate smart, autonomous systems with secure and scalable gateways, addressing real-world problems through a harmonious relationship between an agent and an AI gateway. Participants stand a chance to win $10,000 in prizes by submitting projects that demonstrate creativity, technical depth, and impactful use of Kong. The hackathon encourages exploration and innovation, with inspiration drawn from past projects and community resources available on Slack, offering an opportunity for learning and recognition at Kong's API Summit.
Aug 12, 2025
535 words in the original blog post.
Kong Insomnia is an open-source desktop application designed to streamline the API development process by offering features tailored to developers' needs, such as local-first storage, built-in Git synchronization, and a powerful offline CLI for automation. It provides a clean and efficient user interface that integrates seamlessly into existing workflows, allowing developers to design, mock, test, and debug APIs without leaving their flow. Insomnia treats APIs as code with native Git support, empowering developers to manage API specs, collections, and test suites as part of their codebase. The platform offers unlimited local collection runs, making it ideal for fast-paced development environments, and its open-source nature allows for extensive customization through plugins. In contrast to cloud-dependent tools like Postman, Insomnia prioritizes developer control and flexibility, enabling offline work and local data management without imposed limits, making it a preferred choice for developers who value autonomy and efficiency in their API workflows.
Aug 08, 2025
1,647 words in the original blog post.
Kong is excited to host the Kong Partner Summit 2025 live and in person at Convene Brookfield Place in New York on October 13, 2025, marking its return since 2022. This premier event aims to unite Kong's global partner ecosystem to explore the future of APIs, AI, and cloud-native architecture amidst significant industry changes, such as agentic AI, security, and event streaming. Attendees, including business leaders and technical experts from Kong's channel and technology partners, will benefit from executive sessions, collaborative discussions, live certifications, and networking opportunities with Kong executives. They will also receive insights into Kong’s latest products and partner programs, enhancing their ability to build differentiated experiences and scale securely in the modern digital world. The summit features the Kong Partner Awards, recognizing innovation, growth, and impact among partners, and offers a 50% discount to the API Summit 2025. This event provides a platform for partners to strengthen customer relationships, showcase strategic value, and drive modernization efforts in collaboration with Kong.
Aug 06, 2025
691 words in the original blog post.
Technical debt, akin to financial debt, refers to the long-term costs of implementing quick or suboptimal solutions in software development, which can eventually stifle productivity and slow future development. As organizations increasingly rely on AI, continuous delivery, and cloud-native environments, managing technical debt has become crucial, with various forms like code-level, architectural, infrastructure, testing, documentation, generated code, and process debt all contributing to potential inefficiencies. This debt often accumulates unintentionally, driven by pressures to prioritize speed over quality, evolving business requirements, or inconsistent engineering practices, leading to increased security risks and reduced system resilience. Companies are encouraged to prioritize and tackle this debt by integrating it into their workflows, using agile frameworks, and leveraging tools like API gateways to manage and mitigate the complexity, thereby fostering a culture that values long-term quality alongside shipping velocity. By continuously auditing, categorizing, and addressing technical debt as a strategic effort, businesses can transform it from a hindrance into an opportunity for growth and improvement, ultimately enhancing their delivery and resiliency.
Aug 05, 2025
2,342 words in the original blog post.
The Kong Innovator Awards, showcased at the upcoming API Summit 2025 in New York City, celebrate pioneering projects and individuals in the Kong community, with a unique award ceremony taking place on a boat cruise. Open to all Kong customers, submissions are evaluated based on innovation, impact, and inspirational value, with winners announced in early October and honored during the summit on October 15. Notable past winners include The LEGO Group and DWP Digital. The API Summit, scheduled for October 14–15, will address evolving API strategies amidst emerging trends like agentic AI and cloud security, and registration is currently open for those interested in attending.
Aug 04, 2025
276 words in the original blog post.
AIOps, or Artificial Intelligence for IT Operations, emerges as a critical solution for managing the complexity of modern IT environments characterized by expansive interconnected systems that generate massive volumes of data. Traditional monitoring methods struggle with the scale and intricacy of these systems, leading to alert fatigue and inefficiencies. AIOps leverages artificial intelligence and machine learning to automate, enhance, and optimize IT operations by predicting issues before they arise and often resolving them without human intervention. This shift towards intelligent operations is essential in the digital age, where downtime is costly, and customer experience is paramount. AIOps reduces false alarms, accelerates problem resolution, and aligns IT processes with business objectives, offering substantial cost savings and performance improvements. The successful implementation of AIOps requires overcoming challenges like data security, integration complexity, and cultural transformation within IT teams. As the digital landscape evolves, AIOps represents not just a technological upgrade but a strategic shift that empowers IT professionals and aligns operations with business goals, positioning organizations to thrive in a competitive environment.
Aug 04, 2025
1,754 words in the original blog post.
Microservices architecture is a software design approach where a large application is divided into small, independent services, each focusing on a specific task. This style contrasts with monolithic architecture, where all functionality is bundled into a single codebase. Microservices are gaining popularity due to their scalability, flexibility, and alignment with cloud adoption, DevOps culture, and agile development practices. They enable independent scaling of services, fault isolation, faster deployment, and team autonomy, but also introduce complexity in areas such as service discovery and inter-service communication. Tools like Kong API Gateway facilitate managing microservices by handling request routing, security, and observability. Key components of microservices architecture include service boundaries, service discovery, circuit breakers, API gateways, and a database per service pattern. While microservices offer significant benefits for large and complex applications, they are not suitable for every organization, particularly those with simpler or smaller projects. Organizations must assess their readiness in terms of team skills, infrastructure, and culture before adopting microservices.
Aug 01, 2025
3,381 words in the original blog post.