Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 788 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 788 Bytes

k8s-pod-manipulator

A simple pod scaler golang application that can scale replicas via manipulating the deployment

Technologies

The project has been created using these technologies:

  • golang as programming language
  • Kubernetes as container-orchestration system
  • kubectl as command-line tool to interact kubernetes
  • client-go for talking to a kubernetes cluster.

Setup & Installtion

Install:

  1. golang from here
  2. Docker from here then enable kubernetes
  3. kubectl from here

Running The App