cloudprober | active monitoring software to detect failures | GCP library
kandi X-RAY | cloudprober Summary
kandi X-RAY | cloudprober Summary
[Moved to cloudprober/cloudprober] An active monitoring software to detect failures before your customers do.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cloudprober
cloudprober Key Features
cloudprober Examples and Code Snippets
Community Discussions
Trending Discussions on cloudprober
QUESTION
Is it possible to run say 100 containers using same docker image but should take multiple config files? If yes, could you explain with some example docker-compose.yml file?
I'm trying it for running cloudprober tool by google.
version: '2'
services:
s1:
image: generic_cloudprober
ports: - "5001:9313"
command: --config_file cloudprober.cfg
this is one type I have tried by repeating to 100 times. Here the targets were unable to give me response , but if I run only one container by giving config file while starting image there isn’t any issue. Also for many container with multiple confiig files( I have created few and tried) i got response as killed and exited process.
ANSWER
Answered 2021-Apr-26 at 15:38Yes its possible to run multiple container with same image. you have to define different docker-file for each container or you can combine in single docker-compose as i did in very small example. i used same postgresql image and interestingly same volume with different username and password( you can define configuration for each container as per your requirement)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cloudprober
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page