An open API service indexing awesome lists of open source software.

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

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