https://github.com/salaboy/clubhouse-logs
Clubhouse Call Logs and Notes about interesting chats with interesting people
https://github.com/salaboy/clubhouse-logs
Last synced: 4 months ago
JSON representation
Clubhouse Call Logs and Notes about interesting chats with interesting people
- Host: GitHub
- URL: https://github.com/salaboy/clubhouse-logs
- Owner: salaboy
- License: apache-2.0
- Created: 2021-03-01T20:02:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T17:45:09.000Z (almost 4 years ago)
- Last Synced: 2024-12-26T19:07:43.784Z (6 months ago)
- Size: 79.1 KB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clubhouse Logs
Clubhouse Call Logs and Notes about interesting chats with interesting people. If you want to share: [bit.ly/ch-logs](bit.ly/ch-logs)## 1/07/21: Bleeding Edge Kubernetes Projects Conversation
**Main topic**: Troubleshooting, special thanks to [komodor.com](http://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](http://octant.dev)
- K9s
- Observability
- Removing the noise
- Aggregating data
- Product, not Open Source[Tanzu Observability](https://tanzu.vmware.com/observability)
- Remediation:
- [Keptn](http://keptn.sh)
## 12/04/21: Bleeding Edge Kubernetes Projects Conversation
- [Project Velero](https://velero.io)
- Backup ETCD resources and PVs/PVCs into buckets
- [Examples](https://velero.io/docs/v1.5/examples/)## 5/04/21: Bleeding Edge Kubernetes Projects Conversation
- [Buildpacks](http://buildpacks.io)
- Getting Started tutorial:
- [Katacode Tutorial](https://katacoda.com/buildpacks/scenarios/app-journey)
- [On your machine](https://buildpacks.io/docs/app-journey/)
- [Create your own buildpack](https://buildpacks.io/docs/buildpack-author-guide/create-buildpack/)
- Caching images speeds up building image: https://buildpacks.io/docs/app-developer-guide/using-cache-image/
- Use [Rebase](https://buildpacks.io/docs/concepts/operations/rebase/) to rapidly update an app image when its stack's run image has changed
- [Buildpack twitter](https://twitter.com/buildpacks_io)
- Thanks to [Joe](https://twitter.com/codefinger) & [Terrance](https://github.com/hone) from Buildpacks project for joining us and answering all our questions## 29/03/21: Bleeding Edge Kubernetes Projects Conversation
- [K8Spin](https://k8spin.cloud)
- [Operator](https://github.com/k8spin/k8spin-operator) to solve Multi Tenancy inside a Kubernetes Cluster
- Written in Python (Operator and Webhooks listener)
- Uses [CertManager](https://github.com/jetstack/cert-manager) for webhooks
- 3 CRDs: **Organization**, **Tenant**, **Space**: Think or Orgnization as Organisation, Tenant as a Department & Space as a Team
- [Python Kubernetes Operator Framework](https://github.com/nolar/kopf)
- [Netassert](https://github.com/controlplaneio/netassert) validate network policies
- For further questions, get in touch with [Angel](https://twitter.com/AngelBarrera92) and/or [Pau](https://twitter.com/paurosello)## 22/03/21: Bleeding Edge Kubernetes Projects Conversation
- [Crossplane](http://crossplane.io)
- [Crossplane Providers]( https://crossplane.io/docs/v1.1/contributing/provider_development_guide.html)
- [Extending Crossplane Provider template](https://github.com/crossplane/provider-template)
- [Contrib Repositories](https://github.com/crossplane-contrib)
- [Introduction to Crossplane - Youtube](https://www.youtube.com/watch?v=c_ZU8ZxR00E)
- [Crossplane Kubernetes Podcast from Google](https://podcasts.google.com/feed/aHR0cHM6Ly9rdWJlcm5ldGVzcG9kY2FzdC5jb20vZmVlZHMvYXVkaW8ueG1s/episode/aHR0cHM6Ly9rdWJlcm5ldGVzcG9kY2FzdC5jb20vZXBpc29kZXMvS1BmR2VwMTQxLm1wMw?hl=en-GB&ved=2ahUKEwi1iYSj48TvAhVvaRUIHZIfCLYQjrkEegQIBhAF&ep=6)
- [Crossplane vs terraform](https://blog.crossplane.io/crossplane-vs-terraform/)
- [Crossplane community day](https://events.linuxfoundation.org/crossplane-community-day-europe/)## 15/03/21: Bleeding Edge Kubernetes Projects Conversation
- [Keptn](http://keptn.sh) -> Delivery and deployment checking, with remediation and based on cloudevents
- [https://kapitan.dev](http://kapitan.dev) -> Templating engine
- [kubectl passman](https://github.com/chrisns/kubectl-passman) -> password manager integration for KubeCtl
- [cosign](https://github.com/sigstore/cosign) -> Signing container images## 8/03/21: Bleeding Edge Kubernetes Projects Conversation
- RSocket.io in Kubernetes
- What is RSocket?
- https://rsocket.io
- https://www.infoq.com/news/2018/10/rsocket-facebook/
- https://www.infoq.com/presentations/rsocket-cloud-native/
- 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.## 1/03/21: Bleeding Edge Kubernetes Projects Conversation
**Scaling/Serverless**
- [Knative Serving](https://knative.dev/docs/serving/)
- [KEDA](https://keda.sh)**MLOps**
- [KubeFlow](https://www.kubeflow.org)
- [KFServing](https://github.com/kubeflow/kfserving)**Security and Suply Chain**
- [In Toto](github.com/in-toto/in-toto)
- [Kubernetes Simulator](https://github.com/kubernetes-simulator/simulator)
- [Traitor](https://github.com/liamg/traitor)**Integration**
- [CloudEvents](http://cloudevents.io)
- [TriggerMesh Bumblebee](https://github.com/triggermesh/bumblebee)