Skip to content

vikrantcue/lakehouse-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Lakehouse

Installing on kubernetes

  • Installing in default namespace
kubectl apply -f https://raw.githubusercontent.com/vikrantcue/lakehouse-templates/main/zeppelin-server.yaml 
  • Installing in specific namespace
kubectl create namespace <Namespace> # Create a namespace if it does not exist. You can skip it if you want to install in an existing namespace
kubectl apply -f https://raw.githubusercontent.com/vikrantcue/lakehouse-templates/main/zeppelin-server.yaml -n <Namespace>

Zeppelin UI

Once the pod is running, run the following command to port forward zeppelin UI

kubectl port-forward services/zeppelin-server 8080:80 -n <namespace>

Navigate to http://localhost:8080/

Lakehouse UI

kubectl port-forward services/lakehouse 8000:80 -n <namespace>

Navigate to http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published