I'm writing a python program that prints some kind of data of an existing kubernetes
cluster as a first step.
I need to print the annotations
of a given deployment
. I tried a read the documentation and unfortunately got some lost. Anyone can show me an example?