Vignesh A Sathiyanantham

Vignesh A Sathiyanantham

Results-oriented professional with over a decade of experience in Supply Chain, and Cloud SaaS products, gained in dynamic product startup environments as well as corporate settings. AWS Certified Developer Associate with expertise in SaaS application development, microservices, AWS SDK integration, and scalable systems utilizing AMQP (RabbitMQ), GCP Pub/Sub. Currently leading the offshore team for integration of the MIRAKL marketplace for top-tier e-commerce order management.

Kubernetes MySQL POD with Persistent EBS Volume in EKS

Kubernetes employs a client-server architecture, with a master managing nodes that host containerized applications. Deploying MySQL on Kubernetes requires persistent storage like Amazon EBS for data integrity. Using StatefulSets and Persistent Volume Claims (PVCs) ensures data persistence across pod lifecycles. YAML configurations for PersistentVolume (PV), PVC, and MySQL deployment outline resource definitions crucial for persistent data storage and database operation. Following best practices, including selecting the right storage classes and regular updates, enhances performance and security for MySQL on Kubernetes.

PostgreSQL Backups

Backing up the database and having a recovery plan to recover from any disaster or human error is one of the most important task of the administrators You can have a replication cluster, high availability setup on multiple data centers…