Data seeding

It's great that you can create an environment whenever you need it, with a few clicks or a CLI command. But how about data? Data is what makes the environment truly usable.

So in this section we're going to explore how you can bring in data into your environments. There are a few ways you can achieve this, depending on how your database is running: with the database located in one of the containers deployed in your Kubernetes cluster, in the cloud, or by using external services.