$ kubectl --kubeconfig=/c/Users/nitin_ghuge/.kube/kubeconfig get deploy cryostat-sample -o yaml apiVersion: apps/v1 kind: Deployment metadata: annotations: app.openshift.io/connects-to: cryostat-operator-controller-manager deployment.kubernetes.io/revision: "1" creationTimestamp: "2021-12-16T09:47:09Z" generation: 1 labels: app: cryostat-sample app.kubernetes.io/name: cryostat kind: cryostat name: cryostat-sample namespace: abcd1 ownerReferences: - apiVersion: operator.cryostat.io/v1beta1 blockOwnerDeletion: true controller: true kind: Cryostat name: cryostat-sample uid: 79faba5a-3124-4cbf-be87-8f3326591c98 resourceVersion: "15911875" selfLink: /apis/apps/v1/namespaces/abcd1/deployments/cryostat-sample uid: d92d1d3c-a737-4fe6-aeff-62e7ec9a9a00 spec: progressDeadlineSeconds: 600 replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: app: cryostat-sample kind: cryostat strategy: rollingUpdate: maxSurge: 25% maxUnavailable: 25% type: RollingUpdate template: metadata: creationTimestamp: null labels: app: cryostat-sample kind: cryostat name: cryostat-sample namespace: abcd1 spec: containers: - env: - name: CRYOSTAT_SSL_PROXIED value: "true" - name: CRYOSTAT_ALLOW_UNTRUSTED_SSL value: "true" - name: CRYOSTAT_WEB_PORT value: "8181" - name: CRYOSTAT_LISTEN_PORT value: "9090" - name: CRYOSTAT_CONFIG_PATH value: /opt/cryostat.d/conf.d - name: CRYOSTAT_ARCHIVE_PATH value: /opt/cryostat.d/recordings.d - name: CRYOSTAT_TEMPLATE_PATH value: /opt/cryostat.d/templates.d - name: CRYOSTAT_CLIENTLIB_PATH value: /opt/cryostat.d/clientlib.d - name: CRYOSTAT_EXT_WEB_PORT value: "443" - name: CRYOSTAT_WEB_HOST value: cryostat-sample.nitinghuge.dev.dept.com - name: CRYOSTAT_EXT_LISTEN_PORT value: "443" - name: CRYOSTAT_LISTEN_HOST value: cryostat-sample-command.nitinghuge.dev.dept.com - name: GRAFANA_DATASOURCE_URL value: http://127.0.0.1:8080 - name: GRAFANA_DASHBOARD_URL value: https://cryostat-sample-grafana.nitinghuge.dev.dept.com - name: CRYOSTAT_DISABLE_SSL value: "true" envFrom: - secretRef: name: cryostat-sample-jmx-auth image: quay.io/cryostat/cryostat:2.0.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 httpGet: path: /health port: 8181 scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 name: cryostat-sample ports: - containerPort: 8181 protocol: TCP - containerPort: 9090 protocol: TCP - containerPort: 9091 protocol: TCP resources: {} startupProbe: failureThreshold: 18 httpGet: path: /health port: 8181 scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /opt/cryostat.d/conf.d name: cryostat-sample subPath: config - mountPath: /opt/cryostat.d/recordings.d name: cryostat-sample subPath: flightrecordings - mountPath: /opt/cryostat.d/templates.d name: cryostat-sample subPath: templates - mountPath: /opt/cryostat.d/clientlib.d name: cryostat-sample subPath: clientlib - mountPath: truststore name: cryostat-sample subPath: truststore - env: - name: JFR_DATASOURCE_URL value: http://127.0.0.1:8080 envFrom: - secretRef: name: cryostat-sample-grafana-basic image: quay.io/cryostat/cryostat-grafana-dashboard:2.0.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 httpGet: path: /api/health port: 3000 scheme: HTTP periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 name: cryostat-sample-grafana ports: - containerPort: 3000 protocol: TCP resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File - env: - name: LISTEN_HOST value: 127.0.0.1 image: quay.io/cryostat/jfr-datasource:2.0.0 imagePullPolicy: IfNotPresent livenessProbe: exec: command: - curl - --fail - http://127.0.0.1:8080 failureThreshold: 3 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 name: cryostat-sample-jfr-datasource ports: - containerPort: 8080 protocol: TCP resources: {} terminationMessagePath: /dev/termination-log terminationMessagePolicy: File dnsPolicy: ClusterFirst restartPolicy: Always schedulerName: default-scheduler securityContext: fsGroup: 18500 serviceAccount: cryostat-sample serviceAccountName: cryostat-sample terminationGracePeriodSeconds: 30 volumes: - name: cryostat-sample persistentVolumeClaim: claimName: cryostat-sample status: availableReplicas: 1 conditions: - lastTransitionTime: "2021-12-16T09:48:32Z" lastUpdateTime: "2021-12-16T09:48:32Z" message: Deployment has minimum availability. reason: MinimumReplicasAvailable status: "True" type: Available - lastTransitionTime: "2021-12-16T09:47:09Z" lastUpdateTime: "2021-12-16T09:48:32Z" message: ReplicaSet "cryostat-sample-5d54fb9d46" has successfully progressed. reason: NewReplicaSetAvailable status: "True" type: Progressing observedGeneration: 1 readyReplicas: 1 replicas: 1 updatedReplicas: 1 -------------------------------------------------------------------------------------------------------------------------------- $ kubectl --kubeconfig=/c/Users/nitin_ghuge/.kube/kubeconfig get ingress cryostat-sample -o yaml Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: nginx.ingress.kubernetes.io/proxy-read-timeout: "3600" nginx.ingress.kubernetes.io/proxy-send-timeout: "3600" creationTimestamp: "2021-12-16T09:47:09Z" generation: 1 name: cryostat-sample namespace: abcd1 ownerReferences: - apiVersion: operator.cryostat.io/v1beta1 blockOwnerDeletion: true controller: true kind: Cryostat name: cryostat-sample uid: 79faba5a-3124-4cbf-be87-8f3326591c98 resourceVersion: "15911207" selfLink: /apis/extensions/v1beta1/namespaces/abcd1/ingresses/cryostat-sample uid: 611afbb5-2298-457d-afa6-548ee39192d0 spec: rules: - host: cryostat-sample.nitinghuge.dev.dept.com http: paths: - backend: serviceName: cryostat-sample servicePort: 8181 path: / pathType: Prefix tls: - {} status: loadBalancer: {} -------------------------------------------------------------------------------------------------------------------------------- $ kubectl --kubeconfig=/c/Users/nitin_ghuge/.kube/kubeconfig get ingress cryostat-sample-grafana -o yaml Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress apiVersion: extensions/v1beta1 kind: Ingress metadata: creationTimestamp: "2021-12-16T09:47:09Z" generation: 1 name: cryostat-sample-grafana namespace: abcd1 ownerReferences: - apiVersion: operator.cryostat.io/v1beta1 blockOwnerDeletion: true controller: true kind: Cryostat name: cryostat-sample uid: 79faba5a-3124-4cbf-be87-8f3326591c98 resourceVersion: "15911200" selfLink: /apis/extensions/v1beta1/namespaces/abcd1/ingresses/cryostat-sample-grafana uid: 4043d323-8c08-40ea-a30b-5fd8d64b6c1b spec: rules: - host: cryostat-sample-grafana.nitinghuge.dev.dept.com http: paths: - backend: serviceName: cryostat-sample-grafana servicePort: 3000 path: / pathType: Prefix tls: - {} status: loadBalancer: {}