AMAditya Muraliincloudsecwriteups.hashnode.dev·Jan 31 · 4 min readCloudGoat Scenario Series: Vulnerable LambdaIntroduction CloudGoat is a series of deliberately vulnerable AWS cloud environments created by Rhino Security Labs. These scenarios are designed to simulate real-world cloud misconfigurations, where the objective is to enumerate resources, exploit s...00
AMAditya Muraliinadityamurali155.hashnode.dev·Apr 30, 2023 · 10 min readKubernetes TroubleshootingKubernetes troubleshooting refers to the process of identifying, diagnosing, and resolving issues that occur within a Kubernetes cluster. As Kubernetes is a complex system consisting of various components, it is not uncommon for issues to arise. Trou...00
AMAditya Muraliinadityamurali155.hashnode.dev·Apr 29, 2023 · 8 min readKubernetes Cluster MaintenanceKubernetes cluster maintenance is required to keep the cluster up to date. Since Kubernetes rolls out new versions pretty fast, it's expected that the older cluster components get deprecated and you might not be able to work on the previous version a...00
AMAditya Muraliinadityamurali155.hashnode.dev·Apr 28, 2023 · 17 min readKubernetes Storage and SecurityWhy do we need storage in Kubernetes? We need storage in Kubernetes to provide a way for applications to store and access persistent data. Persistent storage is important for many types of applications, including databases, file systems, and other st...00
AMAditya Muraliinadityamurali155.hashnode.dev·Apr 27, 2023 · 7 min readKubernetes Services and Service DiscoveryIn Kubernetes, services provide a way to abstract and expose a set of pods as a network service, enabling communication between different components of an application running in a cluster. Services are a key component of the Kubernetes networking mod...00