Portfolio application to showcase Github projects and introduce myself to the curious people
This project is a 2-tiers application composed of a frontend and a backend.
Create a kubernetes secret containing sensitive information required by backend.
kubectl create secret generic portfolio-secret --from-literal='GITHUB_USERNAME=<something>' --from-literal='GITHUB_TOKEN=<something>'Then you can deploy portfolio services using deployment.yml manifest.
kubectl apply -f deployment.yml [-n <your-namespace>]