Service

Paas - Platform as a Service #

API Gateway #

  • Implement an API gateway that is the single entry point for all clients. The API gateway handles requests in one of two ways. Some requests are simply proxied/routed to the appropriate service. It handles other requests by fanning out to multiple services.

  • apisix - The Cloud-Native API Gateway

  • kong - lua nginx OpenResty

  • tyk - Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols

Proxy #

  • caddy - Fast, cross-platform HTTP/2 web server with automatic HTTPS.

other #

  • fission - Fast and Simple Serverless Functions for Kubernetes

  • openebs

  • pyroscope - Continuous Profiling Platform. Debug performance issues down to a single line of code

  • mgmt - Next generation distributed, event-driven, parallel config management!

  • bunkerweb - is a web server based on the notorious NGINX and focused on security.

  • awesome-ssh

CI/CD #

  • cds - Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform

  • werf - A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.

Monitor #

  • gatus - Automated service health dashboard

books & tutorial #