1. API Evolution With CRDs: Best Practices For Authoring & Fuzz Testing APIs - James Munnelly & Andrea Tosatto, Apple

    1. 🙂
    2. using CEL for validating and instead of webhook.
    3. different type of tests for CRD API modeling and Controller, useful
    4. talked none of fuzz testing, weird
  2. Backstage: Shaping the Future Of Developer Experience - Ben Lambert & Francesco Corti, Spotify

    1. 🤩
    2. backstage is a “developer portal”, the tool to improve “DevEx/Developer Experience”
      1. list the services, all service/owned by you
      2. the dependency graph
      3. see CI/CD status
      4. see API definitions
      5. management docs
      6. create new project from template, etc.
    3. maybe I could use it instead of homer
  3. Chaos Engineering Applied To the FinTech Domain - Rajeshwar Vadheraju, FIS & Neelanjan Manna, Harness

    1. 🤔
    2. basically overview
    3. integration with keptn!
  4. Multi-Cluster Stateful Set Migration: A Solution To Upgrade Pain - Peter Schuurman, Google & Matt Schallert, Chronosphere

    1. 🙂
    2. Standard Manually Operation/Migration
    3. Challenges: Network, Storage, Orchestration
    4. Solutions: Multi-Cluster Services, migration the dependencies (ConfigMap, PV/PVC) of StatefulSet Slice manually/automatically ,”StatefulSet Slice”
    5. KubeView to show the typology
  5. Advanced API Machinery Topics: Aggregated API Servers and OpenAPI v3 - David Eads, Red Hat; Jeffrey Ying, Google; Federico Bongiovanni, Google

    1. 🙂
    2. Mostly introduction and overview
    3. OpenAPI v3 is going to GA
  6. Building Multi-Architecture Images With Buildpacks - Aidan Delaney, Bloomberg & Emily Casey, VMware

    1. 🤔
    2. a very heavy build tool
    3. maybe buildpack caching is much easier to use
  7. Essential Patterns For Designing And Implementing Your Operator - Michael Hrivnak & Austin Macdonald, Red Hat

    1. 🤩
    2. many suggestions!
    3. one interesting thing mentioned, use a Channel Source to reconcile, but I remember that the ctrl.Watch and Srouce in controller-runtime is NOT suggested to extended.
    4. Multi Cluster Client:
      1. Role: Central Cluster and Remote Cluster
      2. controller-runtime have a interface called Cluster and provided a default implementation
    5. use kcp instead of a real kube-apisrever
  8. How To Handle Node Shutdown In Kubernetes - Xing Yang & Ashutosh Kumar, VMware

    1. 🙂
    2. Standard Operation/Migration
    3. Graceful Node Shutdown: kubelet + systemd-inhibit, alpha in kubernetes 1.23
    4. introduce a taint node.kubernetes.io/out-of-service to
      1. GC all pods on this node
      2. detach all volumes
  9. Building Container Images In Kubernetes: It’s Been a Journey! - Laurent Bernaille & Eric Mountain, Datadog

    1. 🙂
    2. Funny, but also hanky. I would not use it in the near future.
    3. buildkit! rootless buildkitd in kubernetes
    4. a funny concept “Time to Fun”

    Untitled

  10. Don't Mind the Gap: Securely Accessing Cloud Resources From Anywhere With SPIFFE/SPIRE - Evan Gilman, VMware

    1. 🤔
    2. Use Spire and related plugins to integrate with Cloud Provider’s Service
    3. Maybe very useful if one day we host a SaaS service and using it as the AuthN bridge
  11. The 10 Biggest Mistakes You Shouldn’t Make In Open Source - Bill Mulligan, Isovalent & Divya Mohan, SUSE

    1. 🤩
    2. 10 light and pleasing topics
    3. see debabrata again ❤️ What a potential man.
  12. Untrusted Execution: Attacking the Cloud Native Supply Chain - Andrew Martin, Control Plane Limited

    1. 😳
    2. mostly overview.
  13. Cgroups V2: Before You Jump In - Tony Gosselin & Mike Tougeron, Adobe Systems

  14. Don't Be Greedy: Rightsize Your Kubernetes Cluster With Prometheus - Jesus Angel Samitier & David Lorite Solanas, Sysdig

    1. 😳
    2. Standard operation / governance policies
    3. How to setup limit and quest for the application.
  15. Jaeger: The Future with OpenTelemetry and Metrics - Jonah Kowall, Logz.io & Joe Elliott, Grafana Labs

  16. What’s New In Chaos Mesh And Deep Dive Into Multi Clusters Support - Ed Huang & Chao Zheng, PingCAP

    1. 🤷‍♂️
  17. Like Peas And Carrots: Argo CD And Crossplane For Infrastructure Management - Jesse Suen, Akuity & Viktor Farcic, Upbound

  18. Zero Trust Supply Chains with Project Sigstore and SPIFFE - Andres Vega & Jake Sanders

  19. Keynote: A Cloud Native Swiss Knife - Ricardo Rocha, Computing Engineer, CERN

    1. 🤩
    2. Lots of keynotes, funny
  20. Cloudy With a Chance Of Chaos: Verifying the Resiliency Of Cloud-Native Applications - Bella Wiseman, Goldman Sachs