Questions tagged [kubernetes-mesos]

Mesos allows dynamic sharing of cluster resources between Kubernetes and other first-class Mesos frameworks such as Hadoop, Spark, and Chronos. Kubernetes on Mesos runs on-top of that and therefore allows you to easily move Kubernetes workloads from one of these environments to the other.

Mesos allows dynamic sharing of cluster resources between Kubernetes and other first-class Mesos frameworks such as Hadoop, Spark, and Chronos.

Kubernetes on Mesos runs on-top of that and therefore allows you to easily move Kubernetes workloads from one of these environments to the other.

7 questions
10
votes
3 answers

How to migrate the pods automatically to another node in kubernetes?

I am a new cookie to kubernetes . I am wondering if kubernetes have automatically switch the pods to another node if that node resources are on critical. For example if Pod A , Pod B , Pod C is running on Node A and Pod D is running on Node B. The…
StackOverFlow
  • 135
  • 1
  • 1
  • 7
2
votes
0 answers

Kubernetes-Mesos: building problems

I am following the instructions on: http://kubernetes.io/docs/getting-started-guides/mesos/#deploy-kubernetes-mesos git clone https://github.com/kubernetes/kubernetes cd kubernetes export KUBERNETES_CONTRIB=mesos make -bash-4.2$…
ealeon
  • 12,074
  • 24
  • 92
  • 173
1
vote
2 answers

how to install kubernetes package in minidcos CLI

I'm trying to install kubernetes in minidcos. in dcos, there is cli command dcos package install to install a specific package as here. But minidcos doesn't have minidcos docker package install or minidcos package install as…
user51
  • 8,843
  • 21
  • 79
  • 158
1
vote
0 answers

Running custom executor inside docker container initiated by custom scheduler of mesos

Mesos Custom Framework: Our goal is to initiate the docker container. This docker container should have custom executor running which is possible if the container has an access to the jar file that is passed as part of URI. This is the edited code…
Swapnil Gangrade
  • 454
  • 6
  • 12
1
vote
1 answer

How to create pod in Mesosphere with container type as Docker?

I am trying to create a pod in Mesosphere but there is no option in configuration to define container type as Docker. Default container type getting launched is Mesos.
Vivek Kumar
  • 515
  • 2
  • 6
  • 9
0
votes
1 answer

Kubernetes job scheduling using work queue

We are writing a package delivery tracker application using Kubernetes/go-lang. Everything's fine until we've reached a road block where we have certain scheduling needs, and couldn't figure out what to use. The use case is: Once a package is…
0
votes
1 answer

Kubernetes Deployments across the Datacenters

Is it possible to failover the traffic from a mysql k8s deployment running in one datacenter to a deployment running in another datacenter along with its storage? If yes , Do we need to spread the same k8s cluster on multiple datacenters or we…
Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73