dcos Questions
3
I've installed minidcos using below command
curl --fail -L https://github.com/dcos/dcos-e2e/releases/download/2019.10.10.0/minidcos -o /usr/local/bin/minidcos && \
chmod +x /usr/local/bin/...
Photogrammetry asked 26/12, 2019 at 1:24
5
Solved
Looks to me that Apache Mesos is a distributed systems kernel, and Mesosphere is something Linux distribution based on Apache Mesos.
For example, its like Linux Kernel(Apache Mesos) and Ubuntu(Me...
Unvalued asked 25/5, 2017 at 1:57
2
Solved
I am confused with what all these port signify container port,host port and service port in portMappings, below is my json
"portMappings": [
{
"containerPort": 9000,
"hostPort": 9000,
"labels"...
Wilma asked 9/1, 2018 at 7:36
3
Solved
I'm following below steps to create mesos -
https://dcos-e2e-cli.readthedocs.io/en/latest/dcos-vagrant-cli.html
when I run the command minidcos vagrant create ./dcos_generate_config.sh --agents 0...
1
I have been building my application mostly as a 12-factor application and am now looking at the configuration part.
Right now as it stands, I have separate configuration files for development and p...
Reckon asked 10/12, 2018 at 15:35
2
Solved
I installed Kafka on DC/OS (Mesos) cluster on AWS. Enabled three brokers and created a topic called "topic1".
dcos kafka topic create topic1 --partitions 3 --replication 3
Then I wrote a Produce...
Deangelis asked 27/2, 2017 at 21:52
2
Solved
I am trying to run a service using DC/OS and Docker. I created my Stack using the template for my region from here. I also created the following Dockerfile:
FROM ubuntu:16.04
RUN apt-get update &a...
2
I'm experimenting a little with ACS using the DC/OS orchestrator, and while spinning up a cluster within a single region seems simple enough, I'm not quite sure what the best practice would be for ...
Juliannjulianna asked 18/11, 2016 at 18:44
1
Solved
My application needs to run a lot of containers as worker nodes (to do various batch processing jobs) and I'm not really interested in keeping up web servers or databases - just short jobs that can...
Oona asked 20/12, 2016 at 17:45
1
Solved
As far as i know, DC/OS has two different types of tokens:
authentication token: retrieved via a login through
https://public-master-ip/login?redirect_uri=urn:ietf:wg:oauth:2.0:oob. This token is...
3
I have setup Azure Container Service using DC/OS + Marathon for deploying Docker containers. So far looks good, I can connect to master node using SSH tunnel and access Mesos and Marathon WebUI as ...
2
Solved
I'm looking for some pros and cons of whether to go with Marathon and Chronos, Docker Swarm or Kubernetes when running Docker containers on DC/OS.
For example, when is it better to use Marathon/C...
Masorete asked 22/3, 2015 at 19:26
1
© 2022 - 2024 — McMap. All rights reserved.