DUdhiraj ubhalkarindhirajubhalkar.hashnode.dev·Feb 6 · 3 min readNFS Server Setup + Kubernetes IntegrationI recently completed a full lab where I configured an NFS server on Ubuntu and integrated it with Kubernetes for persistent shared storage. 1 — Install & Configure NFS Server (Ubuntu) ✅ Install NFS packages sudo apt update sudo apt install nfs-kernel...00
DUdhiraj ubhalkarindhirajubhalkar.hashnode.dev·Aug 11, 2024 · 5 min readOpenShift Cluster Operators, Troubleshooting, PodOpenShift Cluster Operators, Troubleshooting, Pod OpenShift Cluster Operators- OpenShift Container Platform cluster operators are top level operators that manage the cluster. They are responsible for the main components, such as the API server, the w...00
DUdhiraj ubhalkarindhirajubhalkar.hashnode.dev·Feb 24, 2024 · 3 min readGCP Load BalancingLoad Balancer A Load Balancer distributes user traffic across multiple instances of your application. By spreading the load, Load Balancing reduces the risk that your applications experience performance issues. Cloud Load Balancer is Built on the s...00
DUdhiraj ubhalkarindhirajubhalkar.hashnode.dev·Feb 22, 2024 · 10 min readGCP Cloud storageGCP Cloud storage Cloud storage is a source for storing your objects in google cloud An object is an immutable piece of data consisting a file of any size and format. You stores objects in containers called bucket. Ways to access/internet with clo...00
DUdhiraj ubhalkarindhirajubhalkar.hashnode.dev·Feb 20, 2024 · 5 min readImages, machine image and custom image in GCPImages, machine image and custom image Images You can use O.S system images to create boot disk for your instance. You can use one of the following image type- Public Image- Public image are provided and maintained by google, Open Source Communitie...00