Skip to content

Commit 2abe5b5

Browse files
authored
Update README.md (bregman-arie#10566)
Updated the file with 3 more new questions and answers related to segmentation. The original section lacked depth in real-world application. These additions provide practical, security-relevant context that benefits both developers and architects working with dynamic infrastructure. This PR follows the existing structure and tone of the README for seamless integration.
1 parent eac6c64 commit 2abe5b5

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

topics/security/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,3 +640,31 @@ You can’t. You will always be exposed to security risk once you start using op
640640
- Network: Modify network devices and their configuration to create microsegmentation
641641

642642
</b></details>
643+
644+
<details>
645+
<summary>What are ephemeral environments in the context of Microsegmentation?</summary><br><b>
646+
647+
- These are short-lived resources like containers or serverless functions that start and stop quickly.
648+
- Because they don’t last long, they need security rules that can change just as fast.
649+
- Microsegmentation helps by giving each one exactly the network access it needs — nothing more.
650+
651+
</b></details>
652+
653+
<details>
654+
<summary>How does Microsegmentation help prevent lateral movement?</summary><br><b>
655+
656+
- It sets tight rules for how services or systems can talk to each other.
657+
- If one system gets hacked, the attacker can’t easily move to others.
658+
- By dividing systems into smaller zones, it makes the whole network harder to break into.
659+
660+
</b></details>
661+
662+
<details>
663+
<summary>What challenges arise when scaling Microsegmentation?</summary><br><b>
664+
665+
- As more systems get added, managing all the rules becomes harder.
666+
- It’s tough to keep security rules consistent when everything’s changing all the time.
667+
- You also have to be careful not to slow things down while keeping everything secure.
668+
669+
</b></details>
670+

0 commit comments

Comments
 (0)