This example showcases how to create both a client and server container within a Flyte Task Pod.
It leverages the PodTemplate system to create a pod with two containers, one for the client and one for the server.
- ContainerTasks
- PodTemplates
- Fixed container_image paths
- multi-container pods
No additional setup is required to run this example. Simply run the following command from the root of the repository:
pyflyte register workflows/client_server.py --project flytesnacks --domain development