11 ms·
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'. doc
by modernpacifist 9y 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.
- xnxn 9y agoI use stern for multi-pod log tailing: https://github.com/wercker/stern https://github.com/wercker/stern
- ah- 9y agoI've switched to https://github.com/boz/kail https://github.com/boz/kail now, as stern seems to somehow miss pods coming up.
- alpb 9y agoThere's no shortage of tools that do the same thing in Kubernetes universe :) https://github.com/johanhaleby/kubetail https://github.com/johanhaleby/kubetail