Skip to content

desotech-it/desopacman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESO PACMAN - CodeMotion 2023 @Milano

Pac-Man the classic arcade game - deployment files for any Kubernetes distributions.

Pre-Reqs

ServiceType: LoadBalancer must be available for external connectivity to the Pac-Man front-end, otherwise you'll need to make some changes to the files in the "services" folder.

Deployment

Using a Script for installation

Clone repo and run chmod +X pacman-install.sh and then run file ./pacman-install.sh

or the following steps:

kubectl create namespace pacman
kubectl create -n pacman -f pacman/

Uninstall using a Script

Run file ./pacman-uninstall.sh. This will delete all objects created by ./pacman-install.sh

Packages

No packages published

Languages

  • HCL 58.5%
  • Shell 41.5%