ACAbhishek Choudharyinshreemaan-abhishek.hashnode.dev·Dec 3, 2022 · 5 min readNirmata Internship ExperienceNirmata is a cloud-native policy and governance company that created Kyverno - A kubernetes-native policy engine. They also have a SaaS offering on which I was primarily working as a backend/platform engineer. This blog is about my internship experie...01K
ACAbhishek Choudharyinshreemaan-abhishek.hashnode.dev·Nov 18, 2022 · 3 min readMicroservice leader election using etcdAccording to the docs, etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. Etcd stores data in the form of key-value pairs und...00
ACAbhishek Choudharyinshreemaan-abhishek.hashnode.dev·Nov 17, 2022 · 3 min readDistributed locking using EtcdAccording to the docs, etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. Etcd stores data in the form of key-value pairs und...01D
ACAbhishek Choudharyinshreemaan-abhishek.hashnode.dev·Oct 19, 2021 · 3 min read8 things to look out for when using k8sThis short blog will walk through few things to take care of when using Kubernetes, just like the heading says. Document your interaction with k8s: When using Kubernetes you're definitely gonna face some issues as one doesn't simply use Kubernetes, ...00