Skip to content

Instantly share code, notes, and snippets.

View erkanerol's full-sized avatar
🏃‍♂️
Learning

Erkan Erol erkanerol

🏃‍♂️
Learning
View GitHub Profile
@erkanerol
erkanerol / talks.txt
Last active April 18, 2024 16:04
KubeCon + CloudNativeCon Europe 2024 Talks
Project Carvel: Composable Tools for Application Management
When They Go High, We Go Low – Hooking Libc Calls to Debug Kubernetes Apps - Tal Zwick, MetalBear
Keynote: Cloud Native in its Next Decade - Davanum Srinivas & Lin Sun
Prometheus Update from the Maintainers - Bryan Boreham, Grafana Labs & Simon Pasquier, Red Hat
GitOps Continuous Delivery at Scale with Flux - Stefan Prodan
Shift-Left: Past, Present, and Future of Validation in CI... Alexander Zielenski & Stefan Schimanski
Giving and Receiving Professional Feedback
Composable Systems in Kubernetes - Michele Gazzetti, IBM Research Europe - Ireland
CNCF Governing Board Town Hall
Distributed AI: Using NATS.Io to Seamlessly Connect AI Applications... Tomasz Pietrek & Jeremy Saenz

Keybase proof

I hereby claim:

  • I am erkanerol on github.
  • I am erkanerol (https://keybase.io/erkanerol) on keybase.
  • I have a public key ASBeBm7O1fUFKKxGGI-8skJzl9mxdpaRyH4aStdTlgyDPwo

To claim this, I am signing this object:

@erkanerol
erkanerol / demo-deployment.yaml
Last active July 19, 2020 18:16
A deployment example which shows deployments do not restart pods in Crashloopbackoff state
# USAGE: kubectl apply -f demo-deployment.yaml
# Wait 1 minute
# Observe all pods are in CrashLoopBackOff state
# Observe deployment controller does not restart pods
apiVersion: apps/v1
kind: Deployment
metadata:
name: crashloopbackoff-demo
labels:
status: crashloopbackoff