Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Developer Experience on Kubernetes (Cloud Nativ...

Developer Experience on Kubernetes (Cloud Native Aalborg 2025)

As a developer, working with Kubernetes too often leads to too much cognitive load, inefficient inner development loops, and friction in the path to production.
This session is structured as a series of iterations on the developer experience to improve those three aspects and boost productivity, while following an approach based on open-source technologies.

Thomas Vitale

March 15, 2025
Tweet

More Decks by Thomas Vitale

Other Decks in Technology

Transcript

  1. Developer Experience “…developer experience could be defined as a means

    for capturing how developers think and feel about their activities within their working environments, with the assumption that an improvement of the developer experience has positive impacts on characteristics such as sustained team and project performance.” (F. Fagerholm, J. Münch) Developer Experience: Concept and De fi nition (F. Fagerholm, J. Münch) @thomasvitale.com
  2. Developer Experience: Concept and De fi nition (F. Fagerholm, J.

    Münch) Developer Experience Conceptual Framework @thomasvitale.com
  3. Development Containers Dev Environment in a Box GitHub Codespaces VS

    Code IntelliJ Gateway DevPod @thomasvitale.com
  4. Image pack build Cloud Native Buildpacks From source code to

    container image Cloud Native Buildpacks https://buildpacks.io @thomasvitale.com
  5. Image pack build gradle bootBuildImage Cloud Native Buildpacks From source

    code to container image Cloud Native Buildpacks https://buildpacks.io @thomasvitale.com
  6. Eliminate sources of non-determinism Reproducible builds with Cloud Native Buildpacks

    Cloud Native Buildpacks https://buildpacks.io Image pack build Image pack build Time = = @thomasvitale.com
  7. Moving to Kubernetes Runtime (Language) Application (Executable) Runtime (OCI) Application

    (Container) Runtime (OCI) Middleware (Kubernetes) Application (Container) @thomasvitale.com
  8. Working with Kubernetes Manifests for application deployment Deployment Deploy the

    application and con fi gure replication Service Expose the application from within the cluster Ingress Expose the application from outside the cluster @thomasvitale.com
  9. Continuous Development Code, Run, Test, Debug Development Workflow gradle bootRun

    flask --debug run yarn dev Dev & Test Services @thomasvitale.com
  10. Serverless Architectures Developers focus on code Focus on business logic

    Developer Platform Infrastructure Provisioning Workload Management Dynamic Scaling @thomasvitale.com
  11. Knative Serving Serverless Experience on Kubernetes Developer-friendly abstractions From image

    to URL Autoscaling Scaling to zero Progressive Rollouts Request-driven Event-driven Cloud agnostic @thomasvitale.com