Skip to main content

Serverless

  • Serverless Overview:

    • No infrastructure management.
    • Auto-scaling, event-driven execution.
  • Serverless on Kubernetes:

    • Use tools like Knative, Fission.
    • Event-driven, auto-scaling on Kubernetes.
  • Knative:

    • Extends Kubernetes for serverless workloads.
    • Auto-scaling, routing, event-driven.
  • Fission:

    • Serverless framework for Kubernetes.
    • Functions-as-a-service (FaaS).
  • Benefits:

    • Focus on code, not infrastructure.
    • Dynamic scaling based on demand.