Articles tagged with #shell




Automated environment setup with direnv

Config files are the past! At least for server-side application deployments. In the docker / kubernetes world, where applications are deployed into ephemeral containers, we usually do not want to bother mounting files into the containers, keeping them in sync across microservices, etc. In kubernetes, especially when using the sidecar pattern …