marp | theme | class | paginate | backgroundColor | backgroundImage |
---|---|---|---|---|---|
true |
gaia |
invert |
true |
The CNCF's definition:
"Cloud-native technologies empower organizations to build and run scalable applications in modern, dynamic environments such as public, private, and hybrid clouds. Containers, service meshes, microservices, immutable infrastructure, and declarative APIs exemplify this approach."
- Help advance container technology and align the tech industry around its evolution
- Stewardship of projects
- Promotion of the underlying technologies
- Serve the community by making the technology accessible and reliable
- Graduated
- e.g. k8s, Prometheus, Helm
- Incubated
- e.g. argo, gRPC, KubeEdge, ...
- Sandboxed
- e.g.
- Pandemic accelerator for cloud adaption
- Growing complexity is a challenge
- Multi cloud
- Edge computing
- Focus on Day 2 operations, operationalization of k8s
- Observability, governance, security & management
k8s threat detection engine
- Parsing Linux system calls from the kernel
- Asserting the stream against a powerful rules engine
- Alerting when a rule is violated
- rule: my_programs_opened_file
desc: track whenever a set of programs opens a file
condition: proc.name in (my_programs) and (evt.type=open or evt.type=openat)
output: a tracked program opened a file (user=%user.name command=%proc.cmdline file=%fd.name)
priority: INFO
Automatically detect vulnerabilities and accelerate fixing throughout your development process
- Coding & CLI
- Code management
- CI/CD
- Production environment
Enables teams to abstract infrastructure from multiple clouds and expose them on Kubernetes.
- build multi-cloud apps, using native services
- provision cloud services from k8s app clusters