Skip to content

Commit

Permalink
update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vjdhama committed Nov 27, 2024
1 parent daf59cf commit f85fdc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions content/blog/kubernetes-rbac.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
title: "Role-Based Access Control in Kubernetes"
authorId: "sudeep"
Expand All @@ -8,7 +7,6 @@ featured: true
weight: 1
---


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.

**Why Use RBAC?**
Expand Down
1 change: 1 addition & 0 deletions content/blog/tag-strat-blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ We created SCPs in AWS Organizations to prevent the creation of resources withou
]
}
```

### Step 3: Attaching the Service Control Policy and Tag Policy

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.
Expand Down
7 changes: 3 additions & 4 deletions content/blog/tdd-design-benefits.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ weight: 1

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

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.
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.

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

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

0 comments on commit f85fdc1

Please sign in to comment.