In kubernetes, I want to restrict my pod scheduling on worker node if memory...
For eg: worker node(W) have 64GB of memory and 16vCPUsresources assigned to a pod : cpu - 4 , memory- 8GBNow only 4 pods can be scheduled on worker node(W).How can i achieve this ?Node affinity , node...
View ArticleHow to run multiple services in docker compose file
Below is the docker-compose.yml file that I am using to run multiple containers:services:#############################| auth |############################# rule-auth: build: context: ./ms_auth...
View ArticlePodman containers fail when agent finishes the job
I am using an Azure DevOps self hosted agent to automate starting containers on an Azure VM. The agent uses the "podman-compose up -d" command and all is well as long as the agent's job is still...
View ArticleAre there examples of other production grade container runtimes?
While we say "Docker is just one possible container runtime", are there other implementations used in production environments as of late 2019, and do they have different approaches? (while Docker being...
View Article