Reviewing resources that are managed by Satellite Config
You can use Satellite Config to review the Kubernetes resources that run in your registered clusters.
Before you begin, make sure that you have the required permissions. For more information, see Checking user permissions.
Enabling Watch-keeper collection methods
Review the Watch-keeper collection methods to decide how to set up Watch-keeper for your resources. Common use cases include,
Watch all the resources that my Satellite subscription creates
- Add a ConfigMap to the YAML file of your Satellite configuration version.
- In the
metadata.namespace
field of the ConfigMap, set the value torazeedeploy
. - In the
data
section of the ConfigMap, add all the resources that you want Satellite Config to watch. - Subscribe your clusters to this version from the console or CLI.
Watch a particular resource in my Satellite Config version
Watch a particular resource that I label in my cluster
-
Individually label the resource that you want Satellite Config to watch. For example, the following command watches a deployment that is called
nginx
.kubectl label deployment nginx razee/watch-resource=lite
After you enable Watch-keeper for a resource, wait about an hour for the resources to display.
Review the resources from Satellite Config
Reviewing resources from the console
You can review resources in several areas in the console as follows.
- From the Cluster resources page.
- From the Configurations page, click a configuration. Then, click a subscription and review the Resources tab.
- From the Clusters page, click a cluster. Then, review the Resources tab.
Reviewing resources with the CLI
Review resources with the CLI.
Use the ibmcloud sat resource ls
command and its options to list resources. To view the details of a particular resource, use
the ibmcloud sat resource get
command.