unfetter
unfetter copied to clipboard
kubernetes and docker
Docker edge on mac now supports kubernetes deployment with docker compose files https://blog.docker.com/2018/05/kubecon-docker-compose-and-kubernetes-with-docker-for-desktop/
However our compose files may not work with kubernetes due to links, build and container_name references
user@mbp ~/git/unfetter-discover/unfetter (develop) $ docker stack deploy --compose-file docker-compose.yml -c docker-compose.development.yml unfetter
Ignoring unsupported options: build, links
Ignoring deprecated options:
container_name: Setting the container name is not supported.
Stack unfetter was updated
Waiting for the stack to be stable and running...
The file is actually written for swarm and works with Swarm.
I like where you are going with this. Because we are implementing in ansible, the compose files are actually going to go away. I suspect we would look at Kubernetes in FY19 as a replacement for ansible, since Kubernetes can handle alot of what we have ansible doing right now.
I'm going to move the milestone out farther, because we need to know about how it will be deployed for general public usage.