1.0.14 • Published 2 years ago

harness-lighthouse v1.0.14

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

2 years ago

1.0.13

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.12

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago