Skip to content

Commit f85fdc1

Browse files
committed
update formatting
1 parent daf59cf commit f85fdc1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

content/blog/kubernetes-rbac.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
title: "Role-Based Access Control in Kubernetes"
43
authorId: "sudeep"
@@ -8,7 +7,6 @@ featured: true
87
weight: 1
98
---
109

11-
1210
Role-Based Access Control (RBAC) is a crucial feature in Kubernetes that allows administrators to define and manage permissions for users and services within the cluster. RBAC helps prevent unauthorised access and actions, ensuring the security of your Kubernetes environment. In this blog, we'll explore how RBAC works in Kubernetes, its components, and best practices.
1311

1412
**Why Use RBAC?**

content/blog/tag-strat-blog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ We created SCPs in AWS Organizations to prevent the creation of resources withou
151151
]
152152
}
153153
```
154+
154155
### Step 3: Attaching the Service Control Policy and Tag Policy
155156

156157
After defining the policies, the next crucial step is to attach them to the appropriate Organizational Units (OUs) within AWS Organizations. By attaching both the Service Control Policy (SCP) and Tag Policy to the `Infraspec OU`, you ensure that all accounts under this OU enforce the mandatory tagging policy.

content/blog/tdd-design-benefits.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ weight: 1
99

1010
Most of us think of TDD as a tool for software testing and verification. But if used effectively it is more than that.
1111

12-
Since Test Drive Development (TDD) was introduced by Kent Beck it has always been a bit of a controversial topic. Today we are going to explore what TDD has to offer apart from being a way
13-
to test and verify software. Before we dig deeper, let's take a look back at what is TDD, in the first place.
12+
Since Test Drive Development (TDD) was introduced by Kent Beck it has always been a bit of a controversial topic. Today we are going to explore what TDD has to offer apart from being a way to test and verify software. Before we dig deeper, let's take a look back at what is TDD, in the first place.
1413

1514
> TDD is a process used to build software in which unit tests are written even before writing any code.
1615
@@ -64,8 +63,8 @@ Not treating this as any other skill and not giving it enough time.
6463
Like any other skill, TDD is also a skill which needs some learning.
6564
But what I have observed is people don't give it enough time or practice it enough to be able to master this skill.
6665
This leads to some of the most obvious pushback of it taking longer than just writing code.
67-
We are going to be slow in anything we don't know, not just TDD.
68-
Only spending enough time with any skill will make us move faster.
66+
We are going to be slow in anything we don't know, not just TDD.
67+
Only spending enough time with any skill will make us move faster.
6968
Be it learning a new programming language, playing a new musical instrument or learning to drive.
7069

7170
> To conclude, TDD could be used to improve the overall design of the system instead of just using it to increase code coverage.

0 commit comments

Comments
 (0)