Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 921 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 921 Bytes

What Is Kubernetes?

Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.

General Practices

  • kubectl List all useful commands.
  • lb-service Example spec for loadbalancer type service in EKS

Security Practices

  • external-secrets Demo how to use external secret management systems (GCP Secrets Manager) to securely add secrets in Kubernetes.
  • cert-manager Demo how to use cert-manager to issue a certificate from let's Encrypt.
  • gke-workload-identity This is the recommended way for your workloads running on GKE to access Google Cloud services in a secure and manageable way.
  • kubescape Scanning your k8s manifest files to search for common vulnerabilities that may be lurking in your code.