Skip to content

Commit

Permalink
added docs configured https using tls
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabhkr952 <saurabhkr952@gmail.com>
  • Loading branch information
Saurabhkr952 committed Aug 17, 2024
1 parent 7a3e08e commit a84193b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To ensure the security of the Kubernetes cluster for the **Dev Portfolio** proje
- [x] **Security Scanning:** Leveraged Kubescape for comprehensive security scanning based on NSA and MITRE guidelines.
- [x] **CIS Benchmark Adherence:** Adhered to Kubernetes CIS benchmarks for robust security standards and best practices.
- [x] **Secrets Management:** Safeguarded Kubernetes secrets using sealed secrets, ensuring encrypted and tamper-proof storage.
- [ ] **Network Policies:** Not needed.
- [x] **Network Policies:** Not needed.
- [ ] **RBAC Implementation:** Managed User & Permissions within Kubernetes using RBAC, ensuring granular control over access and actions.
- [ ] **mTLS Communication:** Not needed.
- [x] **etcd Security:** Secured the etcd data store, a critical component of Kubernetes, to safeguard cluster configuration and state. (As it is managed Kubernetes cluster so we don't need to worry about etcd. AWS takes responsibility for securing the control plane components, including etcd, as part of the managed service offering.)
Expand Down Expand Up @@ -214,7 +214,7 @@ Here's a preview of a Grafana dashboard monitoring the Kubernetes cluster:


#### Scaling Node using Karpenter
![Scaling-Nodes](/assets/eks-karpenter.mp4)
![Scaling-Nodes](/assets/eks-karpenter.gif)


### Cost Management
Expand Down

0 comments on commit a84193b

Please sign in to comment.