Kong API Gateway with Kubernetes Workshop - up1/training-courses GitHub Wiki

Course :: API Gateway with Kong

2 days

Software requirements

  • Docker
  • Postman
  • VS Code

Outlines

  • Introduction to API gateway
  • Why wee need API gateway ?
  • Features of API gateway
    • Routing traffic
    • Authentication and Authorization
    • Monitoring
    • Rate limiting
    • Circuit breaker
  • Introduction to Kong
    • Installation and configuration of Kong cluster
      • Docker
      • Kubernetes
      • Scaling
    • Architecture of Kong
      • Database
      • DBless
    • Working with Database and DBLess
    • Components
      • Service
      • Route
      • Consumer
      • Plugins
  • Kong workshop
    • Manage service and route
    • Manage consumers
      • Multiple consumers
    • Manage traffic of request
  • Monitoring and Logging
    • Monitoring
      • Prometheus
      • Grafana
    • Logging
      • ELK
  • Extending Kong with plugins
    • Adding extra functionality through Kong Plugins
    • Creating Your Own Plugin
    • Workshop
      • Authentication and Authorization
      • Logging (IP of client)