docker-compose to K8S deployment
I've built an application through Docker with a docker-compose.yml file and I'm now trying to convert it into deployment file for K8S. I tried to use kompose convert command but it seems to work weirdly. Here is my docker-compose.yml: version:…