nomad Questions
6
Solved
nomad docker image will be fetched from Docker Hub. But I have want use some local images. How can I use theme. (I dont want to use private repo)
Example I want to use local image test
> docker...
6
Solved
I am trying to find the best way to convert map[string]string to type string.
I tried converting to JSON with marshalling to keep the format and then converting back to a string, but this was not s...
4
Solved
With the assumption that Consul and Nomad has been configured to run on a pool of resource. How would you rendered a template file for the sole purpose of generating e.g. an Nginx 'default.conf' fi...
Maretz asked 23/3, 2017 at 0:16
1
Solved
I am following this tutorial but I don't know why I am getting these permissions errors when I run some vault commands
vault kv put secret/hello foo=world
Error making API request.
URL: GET ht...
Polytheism asked 2/11, 2021 at 13:0
1
Solved
Nomad has three different ways to map ports:
Network stanza under group level
Network stanza under config -> resources level
port_map stanza under config level
What is the difference and when ...
Sabec asked 26/8, 2020 at 16:31
1
Solved
My objective is it deploy Kafka connect connectors ( s3 sink) using containers, so it's important to know the details about how workers may or may not communicate directly with each others.
From w...
Fierce asked 7/11, 2019 at 13:23
0
I have some .Net core microservices which I am currently running with
dotnet xyz.dll.
They currently run and work fine however in order for one to talk to the other I of course need firewall excep...
Slut asked 19/4, 2019 at 18:57
1
Solved
I was running a cron (periodic) job through nomad which ran every 30 sec, the job does nothing but just
echo "some string"
and hence ends immediately
when I do
nomad status
I get all the de...
Breakaway asked 10/4, 2018 at 5:44
1
© 2022 - 2024 — McMap. All rights reserved.