You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,10 @@ some_actor.invoke(
423
423
See [Getting Started](https://github.com/eigr/spawn#getting-started) section from the main Spawn repository for more details on how to deploy a Spawn application.
424
424
425
425
### Packing with Containers
426
-
TODO
426
+
427
+
Spawn is a k8s based runtime and therefore your workloads should be made up of containers.
428
+
429
+
So all you need to do is create a container with your Python application. There are several tutorials on the internet that can help you with this process and we will not go into detail in this document.
0 commit comments