1.0.14 • Published 3 years ago

harness-lighthouse v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

To deploy lighthouse in minikube

Step 1 : Build docker image and push image to docker hub

docker build -t rohanmaharjan100/lighthouse .
docker image push rohanmaharjan100/lighthouse:latest
docker run -dt --name test  rohanmaharjan100/lighthouse
docker exec -it name-of-container bash
docker exec test --url https://facebook.com

Step 2: Start minikube with command :

minikube start

Step 3: Create deployment using deployment command :

kubectl apply -f Deployment.yaml

check deployments using commands

kubectl get deployments
minikube dashboard

Step 4:Expose the pods running within the cluster to the outside world to be accessible:

kubectl expose deployment lighthouse-deployment --port=4000
kubectl port-forward service/lighthouse-deployment   4000:4000

kubectl apply -f deploy.yml kubectl get pods kubectl logs lighthouse-deployment-6dccb9bb55-gm829

1.0.14

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago