Skip to content

uschmann/websnapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websnapp

Experimental microservice to take screenshots of websites.

Usage

Build docker image

$docker build -t websnapp:latest .

Run docker image

$docker run -d -p 8081:80 --name websnapp websnapp
$wget http://[HOST]:8081/api/screenshot?url=twitter.com

Deploy to kubernetes cluster

Note: 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

About

Simple microservice to take screenshots of website to serve my kubernetes experiments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published