assert len(databases) == 11 # add 1 for the default_database for i in range(10): assert any(d["name"] == f"test_list_databases_{i}" for d in databases) assert any(d ...
This repository contains all the files related to the Certified Kubernetes Administrator Tutorials 2023. In this tutorial series, you will learn about the basics of Kubernetes, its control plane ...