Clubhouse Call Logs and Notes about interesting chats with interesting people. If you want to share: bit.ly/ch-logs
Main topic: Troubleshooting, special thanks to komodor.com for suggesting the topic
- Day to Day:
- kubectl
- Access via Dex and SSO for devs and infra people
- Creating Clusters
- Always check your clusters with: https://github.com/aquasecurity/kube-bench
- 3rd Party dashboards
- octant.dev
- K9s
- Observability
- Removing the noise
- Aggregating data
- Product, not Open SourceTanzu Observability
- Remediation:
- kubectl
- Project Velero
- Backup ETCD resources and PVs/PVCs into buckets
- Examples
- Buildpacks
- Getting Started tutorial:
- Create your own buildpack
- Caching images speeds up building image: https://buildpacks.io/docs/app-developer-guide/using-cache-image/
- Use Rebase to rapidly update an app image when its stack's run image has changed
- Buildpack twitter
- Thanks to Joe & Terrance from Buildpacks project for joining us and answering all our questions
- K8Spin
- Operator to solve Multi Tenancy inside a Kubernetes Cluster
- Written in Python (Operator and Webhooks listener)
- Uses CertManager for webhooks
- 3 CRDs: Organization, Tenant, Space: Think or Orgnization as Organisation, Tenant as a Department & Space as a Team
- Python Kubernetes Operator Framework
- Netassert validate network policies
- For further questions, get in touch with Angel and/or Pau
- Keptn -> Delivery and deployment checking, with remediation and based on cloudevents
- https://kapitan.dev -> Templating engine
- kubectl passman -> password manager integration for KubeCtl
- cosign -> Signing container images
- RSocket.io in Kubernetes
- What is RSocket?
- How is that going to work in Kubernetes?
- Who is running it on K8s?
- Operators:
- https://kudo.dev
- https://github.com/operator-framework/operator-sdk
- https://github.com/kubernetes-sigs/kubebuilder
- https://cloudnativetoolkit.dev
- Kubernetes Patterns: free ebook - chapter on operator
- Programming Kubernetes Book.
Scaling/Serverless
MLOps
Security and Suply Chain
Integration