Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Kong Summit 2022まとめおよび最新製品情報

Wenhan Shi
December 21, 2022

Kong Summit 2022まとめおよび最新製品情報

Kong Summit, Japan 2022

Wenhan Shi

December 21, 2022
Tweet

More Decks by Wenhan Shi

Other Decks in Technology

Transcript

  1. THE CLOUD NATIVE API PLATFORM 1 © Kong Inc. THE

    CLOUD NATIVE API PLATFORM Kong Summit 2022 Kong Summit, Japan 2022 Wenhan Shi Dec 2022
  2. THE CLOUD NATIVE API PLATFORM 2 © Kong Inc. -

    Kong Summit 2022 - Kong Agenda
  3. THE CLOUD NATIVE API PLATFORM 6 © Kong Inc. 6

    Kong CEO Aghi API API API API Kong Augusto Marietti, CEO & President, Co-Founder, Kong, talks about the future of APIs. Keynote -
  4. THE CLOUD NATIVE API PLATFORM 7 © Kong Inc. API

    API API 7 Marco Palladino, CTO and Co-Founder, Kong, explores how an API vision can transform a business. Keynote - API
  5. THE CLOUD NATIVE API PLATFORM 8 © Kong Inc. 8

    GA WebSockets Route Open Telemetry Sunny Xia, Product Manager for Dev Portal, Kong, discusses the API-first development experience. Kong Gateway 3.0 GA
  6. THE CLOUD NATIVE API PLATFORM 9 © Kong Inc. EU

    APAC Kong Gateway 3.0 Okta Kong Analytics Vitals 9 Gabriella Angiolillo, Director Product Management, Kong, demos Kong Konnect. Kong Konnect
  7. THE CLOUD NATIVE API PLATFORM 10 © Kong Inc. 10

    eBPF CNI 12% RBAC 2022/10 Reza Shafii, VP of Product, Kong, kicks off the second day of Kong Summit 2022. Kong Mesh 2.0
  8. THE CLOUD NATIVE API PLATFORM 11 © Kong Inc. 11

    REST gRPC GraphQL WebSockets APIs Insomnia 4 RBAC Kong Ingress Controller v2.6
  9. THE CLOUD NATIVE API PLATFORM 12 © Kong Inc. 12

    AWS AWS Marketplace Kong Konnect free trial ▪ Red Hat Ansible Automation Hub Kong Gateway OpenShift Kubernetes Partner ecosystem
  10. THE CLOUD NATIVE API PLATFORM 13 © Kong Inc. 13

    API API API API Kong decK CI/CD SDN DoS IP white Kong
  11. THE CLOUD NATIVE API PLATFORM 14 © Kong Inc. 14

    API Kong 4,000 decK, Dev Portal APIOps
  12. 18 Kong Proprietary and Confidential THE CLOUD CONNECTIVITY COMPANY 18

    Kong Gateway 3.0 Core Performance - - inter-worker Event and Timer New Route Optimization - DB - Fake Nginx request Timer coroutine Timer library worker http-log flush request http-log flush request http-log flush request http-log flush request http-log flush request - Route -
  13. 19 Kong Proprietary and Confidential THE CLOUD CONNECTIVITY COMPANY 19

    Kong Gateway 3.0 Plugins Secret Management (GA) - Plugin Ordering Open Telemetry-Tracing - open telemetry - AWS Secret Manager Google Cloud Secrets Manager Hashi Vault -
  14. 20 Kong Proprietary and Confidential THE CLOUD CONNECTIVITY COMPANY "protocols":

    ["http", "https"], "methods": ["GET", "POST"], "hosts": ["example.com", "foo.test"], "paths": ["/foo", "/bar"], "headers": {"x-another- header":["bla"], "x-my- header":["foo", "bar"]}, 2.x 3.x (net.protocol == "http" || net.protocol == "https") && (http.method == "GET" || http.method == "POST") && (http.host == "example.com" || http.host == "foo.test") && (http.path ^= "/foo" || http.path ^= "/bar") && http.headers.x_another_header == "bla" && (http.headers.x_my_header == "foo" || http.headers.x_my_header == "bar") 20
  15. 22 Kong Proprietary and Confidential THE CLOUD CONNECTIVITY COMPANY –

    Original Timer – Timer library 22 Timer Library
  16. 23 Kong Proprietary and Confidential THE CLOUD CONNECTIVITY COMPANY wrk

    -c 10000 -t 36 -d 3m --latency http://localhost:8080 23 Events Library inter-worker
  17. 25 Kong Proprietary and Confidential THE CLOUD CONNECTIVITY COMPANY 25

    Kong Gateway 3.1 (GA) Headless Scale-out - Kong Gateway Dynamic Log Level Changes More OOTB Plugins - AppDynamics and Datadog - SAML 2.0 Authentication - JWT Encryption & Decryption - Open API Spec validation - XML threat-protection - - Control Plane Data Plane