get_config#

geodesic.config.get_config()[source]#

Utility to get the configuration for the active cluster.

This is the primary way that a user should get the cluster configuration if needed. In general except for development usage, the user should not create a ConfigManager or ClusterConfig manually.

In most cases users will not need to change the active cluster, however it can be done using the Geodesic CLI.

Returns:

ClusterConfig for the current active cluster.

Return type:

ClusterConfig