MMManik Mehtaindmanika27.hashnode.dev·Jul 30, 2024 · 6 min readInternals of KubeArmor: Security in ContainersContext Today we will turn our attention towards securing your pods deployed on Kubernetes. Although there are many aspects to ensure that your pod is secured but in this blog we will explain how you can protect some specific files and folders in you...00
MMManik Mehtaindmanika27.hashnode.dev·Jun 18, 2024 · 9 min readThe core Architecture of k8s Cluster"Kubernetes", I have been playing with this word for the last month. Whenever we start a journey to start learning new things, a question always rise in our mind: Why are even we learning this? This question can have it's own modified forms: Why s...00
MMManik Mehtaindmanika27.hashnode.dev·Dec 28, 2023 · 6 min readSetting up separate Testing Instances of Redis and RabbitMQ for Node Application: Multi Networking in DockerYou might be using Docker to set up containerized open-source projects, and let me tell you, there is one more advantage (but not the last!) of containerizing your project: making it ready for testing. In today's blog, we will be containerizing my ow...00
MMManik Mehtaindmanika27.hashnode.dev·Dec 21, 2023 · 12 min readMaking your Code Testable and Writing Effective Unit Tests in Flutter: Generating Mocks and Dependency InjectionA common question that beginners often ask when starting with Open Source is: How do I understand a very large code base? A simple answer is: Understand the existing tests and write new ones. Many organizations label writing unit tests as a "good fir...00
MMManik Mehtaindmanika27.hashnode.dev·Jun 6, 2023 · 12 min readTime and Space ComplexityOk, let's start by telling my laptop configuration, it has 8GB RAM and an i3,10th generation processor. What's yours? There is very less chance that your computer has the same configuration as that mine, we also know that the hardware of computer wil...00