santiagoalex / KDC-twitter-scraper

A scrapper to twitter conferencist to the Kubernetes Community Day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDC-twitter-scraper

A scrapper to twitter conferencist to the Kubernetes Community Day

Run in local

  • Download the project
  • Go to root File
  • Run node index.js

image

Steps to run in Kubernete Environment

  • In root directory execute docker build -t kcd-twitter-scraping:latest .

image

  • Use an environment to Allow use kubernetes for example minikube minikube start

image

  • Make a deployment with the following kubectl apply -f archivo-deployment.yaml
  • You can check the deployment with kubectl get deployments

image

  • Expose the deployment kubectl expose deployment twitter-scraper-kcd --type=NodePort

image

About

A scrapper to twitter conferencist to the Kubernetes Community Day


Languages

Language:JavaScript 83.8%Language:Dockerfile 16.2%