Experimental microservice to take screenshots of websites.
$docker build -t websnapp:latest .$docker run -d -p 8081:80 --name websnapp websnapp$wget http://[HOST]:8081/api/screenshot?url=twitter.comNote: The docker image is not published on docker-hub so you will have to install the image on your nodes before creating the pods and services.
$kubectl apply -f deployment-with-service.yaml