Skip to content

Commit f1644f6

Browse files
authored
Update README.md
1 parent beaa50f commit f1644f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
This repository demonstrates and showcases the solutions for a series of exercises for Info-Sec/DevSecOps/DevOps. It includes hands-on assessments that demonstrate containerization technologies (Docker- to be specific), setting up health checks, and troubleshooting issues that are related to web servers and Nginx Ingress configurations. It outlines my problem-solving approach and technical expertise in both Information Security, DevSecOps, DevOps, and the best practice, hence strengthening the security of the application delivery and infrastructure management. The scope of this task is focused on - **Information Security (Info-Sec)**, **DevSecOps**, and **DevOps**.
44
---
55
## Table of Contents
6-
1. [Docker Web Server Setup & Health Checks](#PART-1)
6+
1. [PART 1](#PART-1)
77
- [Step-by-Step Setup](#step-by-step-setup)
88
- [Health Check Configuration](#health-check)
99
- [Troubleshooting Docker Health Checks](#troubleshooting-docker-health-checks)
10-
2. [Scenario-Based Troubleshooting](#PART-2)
10+
2. [PART 2](#PART-2)
1111
- [Scenario 1: Failing Health Checks in Docker](#scenario-1-failing-health-checks-in-docker)
1212
- [Scenario 2: Nginx Ingress Not Accessible](#scenario-2-nginx-ingress-not-accessible)
13-
3. [Tech Stack Used](#tech-stack-used)
14-
4. [Setup & Requirements](#setup--requirements)
13+
3. [Tech Stack](#tech-stack)
14+
4. [Requirements](#requirements)
1515
5. [About Me & Contact](#about-me--contact)
1616

1717
---
@@ -126,7 +126,7 @@ In this scenario, this is how I would approach the troubleshooting:
126126
127127
---
128128
129-
## Tech Stack Used
129+
## Tech Stack
130130
131131
- **Docker**: To build and run the terra-simple-nginx-server application.
132132
- **Nginx**: Utilized as the web server to serve the content.
@@ -135,7 +135,7 @@ In this scenario, this is how I would approach the troubleshooting:
135135
136136
---
137137
138-
## Setup & Requirements
138+
## Requirements
139139
140140
To get started with this project, you'll need:
141141

0 commit comments

Comments
 (0)