Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 3.38 KB

README.md

File metadata and controls

54 lines (48 loc) · 3.38 KB

Kubernetes Lab

Go to infra-lab repository to checkout for IaC deployments. In this repo you will found some cluster deployment using the CLI.

Go to k8s-hardening to checkout my project about securing your Kubernetes cluster with the most good practices from CIS benchmarks.

Services

  • airflow. Ready production Airflow deployment.
  • argocd. Install ArgoCD in your cluster.
  • aws. Deploy an EKS cluster and some extra features.
  • bentoml. Deploy BentoML for MlOps.
  • chaos. Build your own workload for chaos engineering.
  • chaos-kube-monkey. Do chaos engineering as Netflix does.
  • chaos-litmus. Run chaos experiments with Litmus.
  • chaos-mesh. Orchestate chaos en k8s.
  • chaoskube. Sabotage yourself whit Chaoskube.
  • cheatsheet. Usefull info about k8s.
  • cli-tools. Learn how to manage your cluster using the cli.
  • gcp. Deploy a GKE cluster and some extra features.
  • golang-js-api. Minimal webpage using Golang API backend server and a JavaScript frontend.
  • istio. Deploy Istio Service Mesh on your cluster.
  • k3d. Run your k3s cluster usiing k3d.
  • k3s. Run your k3s cluster (docker compose included).
  • k8s-cron-rollout. Custom distroless images for rollout a k8s deployments. View on DockerHub.
  • k8s-dashboard. Deploy the official Kubernetes dashboard.
  • k9s. Administer your cluster with k9s.
  • kafka. Deploy Kafka Helm Chart.
  • kafka-kraft. Deploy Kafka over Kraft (without ZooKeper).
  • kind. Run a cluster using kind.
  • knative. Deploy serverless workloads with Knative.
  • kubebuilder-at. Build your own CRD with the Kubebuilder tool.
  • kubeflow-aws. Deploy Kubeflow on AWS.
  • localstack. Deploy AWS localstack for simulating AWS services.
  • manifests. Bunch of k8s manifest samples.
  • metrics-server. Install the metrics server into your k8s.
  • minikube. Run a minikube cluster.
  • nfs-provisioner. Configure a NFS server storage class provisioner.
  • nginx. Deploy Nginx Helm Chart ingress controller.
  • nuclio. Deploy serverless workloads with Nuclio.
  • openfaas. Deploy OpenFaaS on k8s.
  • operator-sdk-memcache. Build your own CRD with the Operator SDK.
  • pinponfel. Personal app.
  • rabbitmq. Deploy RabbitMQ Helm Chart.
  • risingwave. Deploy RisingWave Helm Chart.
  • sonarqube. Deploy SonarQube Helm Chart.
  • sysdig. Harden and check security concerns using sysdig installed on your cluster.
  • tekton. Run your pipelines in k8s.
  • tools. Bunch of scripts to manage your cluester easier.
  • wordpress. A simple Wordpress server.

References

Go to references.md