Hacker News new | ask | show | jobs
by modernpacifist 3021 days ago
You can sort of achieve the same outcome just my having all the various services/container specs inside a single .yml file that gets fed to 'kubectl apply'. docker-compose up does create networks and containers unique to the app your developing, but you could have the .yml setup a custom namespace and pile everything into that and get close. No option to concat all the log output though AFAIK.
1 comments

I use stern for multi-pod log tailing: https://github.com/wercker/stern
I've switched to https://github.com/boz/kail now, as stern seems to somehow miss pods coming up.
There's no shortage of tools that do the same thing in Kubernetes universe :)

https://github.com/johanhaleby/kubetail