func NewBirdseyeCommand() *cobra.Command {
    cmd := &cobra.Command{
        Use:   "birdseye",
        Short: "Show summary of services status in cluster",
        PreRunE: func(cmd *cobra.Command, args []string) error {