Skip to content

Provision a local k8s cluster with the necessary tooling to deploy and manage apps and infra

Notifications You must be signed in to change notification settings

djimenezc/devops-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deploy a local development k8s cluster with kind

CI Dependency Review Security Scan release

  • Deploy argocd
  • Deploy ingress controller

#SSH

.ssh/config

host i-* mi-*
    User ec2-user
    ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
    IdentityFile ~/.ssh/david-key.pem
    IdentitiesOnly yes

Prometheus

What is the best combination of tools for monitoring, logging, and alerting in Kubernetes?

#prometheus #grafana #loki #robusta

https://www.youtube.com/watch?v=XR_yWlOEGiA&t=99s

About

Provision a local k8s cluster with the necessary tooling to deploy and manage apps and infra

Resources

Stars

Watchers

Forks

Packages