I tried to solve Flatland Space Stations: https://www.hackerrank.com/challenges/flatland-space-station... on HackerRank lately in Python, but I had to switch to Golang because I could not make the cases with large input sizes (O(very large)) pass. I am relaying the challenge here, and wondering if folks on hackernews can crack a solution in Python.
I wrote a simple Kubernetes operator for renewing AWS container registry (ECR) credentials in several namespaces. The credentials expire every 12h, and the Kubernetes secret for pulling the images from ECR need to be renewed whenever a workload is to be created/updated. The operator takes care of renewing the Kubernetes secret every 12h in all the configured namespaces: https://github.com/zak905/kube-ecr-secrets-operator