https://github.com/yash509/devops-devsecops-tools-library
A library for the installation of various tools for the DevOps and DevSecOps Work
https://github.com/yash509/devops-devsecops-tools-library
aws azure cloud devops devops-tools devsecops gcp library toolset workspace
Last synced: 3 months ago
JSON representation
A library for the installation of various tools for the DevOps and DevSecOps Work
- Host: GitHub
- URL: https://github.com/yash509/devops-devsecops-tools-library
- Owner: yash509
- License: mpl-2.0
- Created: 2024-03-23T05:22:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T01:33:02.000Z (12 months ago)
- Last Synced: 2025-01-26T02:36:28.346Z (12 months ago)
- Topics: aws, azure, cloud, devops, devops-tools, devsecops, gcp, library, toolset, workspace
- Language: M
- Homepage:
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# DevOps-DevSecOps-Tools-Library
A library for the installation of various tools for the DevOps and DevSecOps Work
# Kubernetes Setup on EC2 Server
## aws eks update-kubeconfig --name --region
# aws eks update-kubeconfig --name EKS_CLOUD --region ap-south-1
# kubectl get nodes
# cat /root/.kube/config
or
ls -la
cd .kube/
cat config
# Then, Copy the config file to Jenkins master or the local file manager and save it
# Then, goto manage Jenkins –> manage credentials –> Click on Jenkins global –> add credentials
kubectl port-forward service/notes-app-service 8000:80 --address=0.0.0.0 -n notes-app
# | | |
# (service name) (port) (namespace name)
# Prometheus
promtool check config /etc/prometheus/prometheus.yml
curl -X POST http://localhost:9090/-/reload