1.0.14 • Published 7 months ago

harness-lighthouse v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months 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

7 months ago

1.0.13

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.12

7 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago