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 ?
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.
PKS Is Pivotal's answer to running kubernetes in PCF (regardless of IaaS)