Deploy chef in Container/Kubernetes/Docker

5/26/2019

How do i install chef/Ansible as a container on kubernetes/docker. I have checked docker hub registry for chef image. I have pulled chef/chef and chef/chefdk but none of them is working for me. I have run the command: docker run -d -p 443:443 chef/chef

-- siddhartha kumar verma
ansible
chef
kubernetes

1 Answer

5/27/2019

The chef/chef docker container exists mostly for the kitchen-dokken driver, not really independent use. If you want to make a containerized chef solo thingy, Chef Software has some Habitat examples you can follow, or at least they used to.

-- coderanger
Source: StackOverflow