The "DevOps Project" repository serves as a comprehensive collection of configurations and setups for various DevOps tools and environments. It encompasses configurations for Google Compute Engine (GCE), Google Kubernetes Engine (GKE), as well as Vagrant setups etc.
CI/CD pipelines have been set up using GitHub Actions. Any change in the repository triggers the pipeline to start, resulting in the creation of a new Docker image that is then published to Docker Hub
- Clone this project to your local machine:
git clone
- Navigate to folder with setup.
cd Vagrant/infra
- Type command
vagrant up
- Connect to the page
http://VirtualMachine_IP_address:8080
If you want to see metric go to:
http://VirtualMachine_IP_address:3000