GitHub user Kranthi32 added a comment to the discussion: Production deployment 
issue in

@dosu with out symbolsin password its working but unable to run 
https://localhost:8088/. after superset installed successfully . but showing 
site cant be reached



helm upgrade --install superset superset/superset -n superset 
--create-namespace --values my-values.yaml --timeout 20m
Release "superset" has been upgraded. Happy Helming!
NAME: superset
LAST DEPLOYED: Mon Jun 30 12:56:56 2025
NAMESPACE: superset
STATUS: deployed
REVISION: 19
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  echo "Visit http://127.0.0.1:8088 to use your application"
  kubectl port-forward service/superset 8088:8088 --namespace superset
PS C:\Users\102583\Documents\superset-aks-setup> kubectl get svc superset -n 
superset -o yaml
apiVersion: v1
kind: Service
metadata:
  annotations:
    meta.helm.sh/release-name: superset
    meta.helm.sh/release-namespace: superset
  creationTimestamp: "2025-06-28T05:14:54Z"
  labels:
    app: superset
    app.kubernetes.io/managed-by: Helm
    chart: superset-0.14.2
    heritage: Helm
    release: superset
  name: superset
  namespace: superset
  resourceVersion: "14827756"
  uid: 521d6f45-c88f-4578-9a57-f23235e26caa
spec:
  clusterIP: 10.0.113.132
  clusterIPs:
  - 10.0.113.132
  internalTrafficPolicy: Cluster
  ipFamilies:
  - IPv4
  ipFamilyPolicy: SingleStack
  ports:
  - name: http
    port: 8088
    protocol: TCP
    targetPort: http
  selector:
    app: superset
    release: superset
  sessionAffinity: None
  type: ClusterIP
status:
  loadBalancer: {}
PS C:\Users\102583\Documents\superset-aks-setup> kubectl port-forward 
svc/superset -n superset 8088:8088
Forwarding from 127.0.0.1:8088 -> 8088
Forwarding from [::1]:8088 -> 8088

GitHub link: 
https://github.com/apache/superset/discussions/33957#discussioncomment-13614700

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to