Learn FISSION with Real Code Examples
Updated Nov 25, 2025
Learning Path
Learn Kubernetes basics
Understand serverless function concepts
Install Fission and CLI
Deploy HTTP/cron/MQ-triggered functions
Scale and monitor serverless workloads
Skill Improvement Plan
Week 1: Kubernetes fundamentals and Fission installation
Week 2: Write and deploy HTTP-triggered functions
Week 3: Cron jobs and message queue integration
Week 4: Optimize function cold-start and scaling
Week 5: CI/CD integration and monitoring
Interview Questions
What is Fission and how does it work?
Explain Fission triggers and environments
How does Fission scale functions automatically?
Compare Fission with AWS Lambda or Knative
Describe a practical event-driven architecture using Fission
Cheat Sheet
fission fn create --name hello --env python --code hello.py -> deploy function
fission env create --name python --image python:3.9 -> create runtime environment
fission route create --function hello --url /hello -> bind HTTP route
fission fn test --name hello -> test function
fission fn list -> list deployed functions
Books
Serverless on Kubernetes with Fission
Event-driven Architectures using Fission
Building Microservices with Fission
Cloud-native Serverless with Kubernetes
Practical Fission for Developers
Tutorials
Getting started with Fission
Deploy HTTP-triggered functions
Set up cron and message queue triggers
Monitor and scale functions
Integrate Fission with cloud services
Official Docs
https://fission.io/
https://docs.fission.io/
Community Links
Fission GitHub
Slack community
StackOverflow Fission questions
Reddit r/kubernetes
Platform9 Fission resources
Community Support
Fission GitHub
Slack community
StackOverflow Fission questions
Reddit r/kubernetes
Platform9 Fission resources