export interface Service { containerNamespace: string; name: string; running: boolean; }