We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756699a commit 343e21eCopy full SHA for 343e21e
apache-superset/post_install.md
@@ -0,0 +1,17 @@
1
+
2
+## Apache Superset Installed!
3
4
+You have successfully installed Apache Superset on your Kubernetes cluster.
5
6
+### Next Steps:
7
+1. **Access Superset**: Visit the Superset UI through the provided Ingress URL or LoadBalancer IP.
8
+2. **Default Credentials**:
9
+ - Username: `admin`
10
+ - Password: `admin`
11
+ Please change your credentials after the first login.
12
13
+3. **Database Setup**: Connect Superset to your data sources by navigating to **Data > Databases** and following the setup instructions.
14
15
+### Learn More:
16
+For detailed documentation, visit [Superset Documentation](https://superset.apache.org/docs).
17
0 commit comments