Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.79 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.79 KB

Real world DevOps with Nix

This example project is meant to demonstrate the power of Nix in a DevOps context. You can see this repo in action in my talk Real world DevOps with Nix, which was part of the Summer of Nix video series in 2022.

Moving parts

Some other things to note:

  • The Kubernetes configuration for the Digital Ocean cluster, named real-world-devops-with-nix, is provided under the KUBE_CONFIG environment variable in the CI pipeline. To get that configuration as a base64 string:

    doctl kubernetes cluster kubeconfig show real-world-devops-with-nix | base64