Skip to content
#

rke

Here are 51 public repositories matching this topic...

alexzimmer96
alexzimmer96 commented Jun 18, 2022

Running the project results in a deprecation notice

│ Warning: Argument is deprecated
│ 
│   with module.cluster_init.hcloud_load_balancer.rancher_management_lb,
│   on module-cluster-init/resources_hetzner.tf line 70, in resource "hcloud_load_balancer" "rancher_management_lb":
│   70: resource "hcloud_load_balancer" "rancher_management_lb" {
│ 
│ Use hcloud_load_balancer_target reso
enhancement good first issue

This is one of my projects under Udacity's Cloud Native Application Architecture Nanodegree. In this project, I have applied what I learned about STRIDE to threat model a microservices environment. Then, I defined its security architecture and its attack surfaces. Next, I hardened the application's Docker environment using Docker-bench. I also created an RKE cluster and walked through a testing methodology to harden a Kubernetes cluster. I then hardened and deployed a Flask application after identifying and remediating its vulnerable libraries and code using Grype and Trivy. Afterward, I implemented runtime monitoring using Grafana to visualize runtime security alerts via Sysdig Falco. I ran an unknown payload containing malicious commands into the Kubernetes cluster to simulate a security incident. Then, I remediated the incident, documented, and prepared an incident response report to be submitted to a Chief Technology Officer—describing the incident, its impact, and the remediation steps taken.

  • Updated Nov 25, 2021
  • Python

Improve this page

Add a description, image, and links to the rke topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rke topic, visit your repo's landing page and select "manage topics."

Learn more