Skip to main content

Command Palette

Search for a command to run...

Service Deployment 101 - Part 1

Updated
1 min read
Service Deployment 101 - Part 1
K

I like learning new stuff - anything, including technology. I love tinkering with new tools, systems and services, especially open source projects

A release/deployment of a service happens when its source code has changed or when its configuration has changed. So, I would see a release as a function of service source code and configuration

Service Release = f(Service Source Code, Service Configuration)

Also, here, Configuration = Secrets (API keys, passwords etc) + Non-secretive configuration (DB hostname etc). So it's best to treat all configuration as secrets and keep it safe and secure

31 views

More from this blog

Karuppiah's Blog

57 posts