Using Docker Compose and Kubernetes

preview_player
Показать описание

The Compose specification has been instrumental in how dev teams spin up their dev environments. With the introduction of Compose for ACI and ECS, the Compose specification has extended to production cloud environments. But what about Kubernetes? In this session, we’ll provide a quick status update on the experimental k8s backend and talk about some of the challenges of a Kubernetes-based deployment. We’ll do a few demos, including how you might be able to use your own custom tooling to deploy an application, yet use Compose to view your app, access logs, and exec into pods.

#Docker #Containers #Developers #Community #Devops
--
Рекомендации по теме
Комментарии
Автор

I am on windows I used " docker context create kubernetes local-k8s"

I got a error

"docker context create" requires exactly 1 argument.
See 'docker context create --help'.

Usage: docker context create [OPTIONS] CONTEXT

Create a context


I am I missing something?

lesliewubbel
Автор

Useful, but a link to exactly which git you mean by "docker/compose-cli project" would be super useful.

ChenLaw
Автор

Thank you for very interesting video !
Question please...
Some how docker compose convert do not print the created charts /template.
Helm is installed in my instance, Is there any actions should be taken before the command "docker compose convert" ?

Thank !

benayun
Автор

What is this docker compose command. I can't convert. It is giving - docker: 'compose' is not a docker command.
I can run docker-compose up but no docker compose command.
Can you please give more details.
Thanks

KiranRoy