Hello, World
Welcome to my blog! I'm Ahmed, a DevOps engineer. I'll be writing here about Kubernetes, observability, CI/CD, and whatever else I'm breaking and fixing in production.
This site itself is a small Go app running in a Docker container:
func main() {
log.Println("hello, world")
}
More posts coming soon.