Kong Python-PDK Resources

Hi everyone, just wanted to ask around to see if anyone else has similar experiences or questions for custom plugin development with Kong!

So I have a custom plugin attached to a service running in a dockerized Kong environment. I’m just wondering how much support for python modules exist, outside of the python-pdk itself. When writing custom entities to the database (as per Plugin Development - Storing Custom Entities - v2.7.x | Kong Docs), the only examples are using .lua files.

Does Kong support adding a migration file for python plugin schemas? Could I just write the migration file and DAO schema for a python plugin in .lua?

There aren’t many resources on advanced plugin configuration for python, so just wondering if anyone else has experience with this. The best bet might just be to learn lua :smile: