😀
Notes
  • My Notes
  • Software Development
    • Getting Started
    • VSCodium
    • Go
  • System Administration
    • Networking cheatsheet
    • Infra security check tools
    • Using Ubuntu as a workstation
  • Application Infrastructure
    • Message Brokers
      • Kafka
      • NATS
    • Databases
      • MongoDB
      • MySQL
      • PostgreSQL
      • Redis
    • Kubernetes
      • Standard resources cheatsheet
      • Istio
      • Prometheus
    • Workflow Orchestrators
      • Airflow
  • Cloud Infrastructure
    • Terraform
      • AWS
        • Kubernetes IAM roles
  • Climbing
    • Overview of Climbing
    • Singapore
  • Crypto
    • Introduction to Crypto
    • Web3 terminology
  • Guides
    • Beginner's Guide to Personal Operational Security
Powered by GitBook
On this page
  • Useful local tools
  • Useful cluster services
  1. Application Infrastructure

Kubernetes

PreviousRedisNextStandard resources cheatsheet

Last updated 1 year ago

Useful local tools

Name
Description
URL

Pluto

Finds deprecated Kubernetes Resources

K9s

Very awesome CLI Kubernetes dashboard

Kubernetes-in-Docker

Run a local Kubernetes cluster

Helm

Orchestrates Kubernetes releases

Useful cluster services

Name
Description
URL

actions-runner-controller

Run Github Actions locally in-cluster

aws-efs-csi-driver

Enables provisioning of EFS volumes

aws-load-balancer-controller

Automates provisioning of AWS load balancers

cert-manager

Provisions LetsEncrypt

certificates

external-dns

Provisions DNS entries

falco

Cluster-wide runtime security tool

fluentd

Enables global cluster-level logging

gitlab-runner

Run Gitlab Pipelines locally in-cluster

istio

Enables mTLS and also provides Envoy ingress controllers

kube-prometheus

Enables monitoring of cluster resources

nginx-ingress-controller

Provides Nginx-based ingress controllers

https://github.com/FairwindsOps/pluto
https://k9scli.io/
https://kind.sigs.k8s.io/
https://helm.sh/
https://github.com/actions/actions-runner-controller
https://github.com/kubernetes-sigs/aws-efs-csi-driver
https://github.com/kubernetes-sigs/aws-load-balancer-controller
https://cert-manager.io/
https://github.com/kubernetes-sigs/external-dns
https://github.com/falcosecurity/falco
https://docs.fluentd.org/quickstart
https://docs.gitlab.com/runner/install/kubernetes.html
https://istio.io/
https://github.com/prometheus-operator/kube-prometheus
https://docs.nginx.com/nginx-ingress-controller/