Using Kubernetes as docker containers orchestration in PCF

4/3/2018

I have a requirement to use Docker containers in PCF deployed in Azure. And now we want to use kubernetes as container orchestration. Does kubernetes can be used here ? Or PCF will take care of the container orchasteration ? Which one would be the better approach here ?

-- Aditya Khajuria
azure
docker
kubernetes
pcf

2 Answers

4/4/2018

Pivotal Cloud Foundry (PCF) is a sophisticated answer from Microsoft to current cloud expectations. PCF offers the best platform to run Microsoft based technology like .NET, and smoothly supports enterprise Java application. You can run Kubernetes there with fine results, but to achieve comfortable orchestration and management of containers I suggest reading about GKE or setting up your own Kubernetes cluster using kubespray utility.

-- d0bry
Source: StackOverflow

4/26/2018

PKS Is Pivotal's answer to running kubernetes in PCF (regardless of IaaS)

-- Tim
Source: StackOverflow