Posts

Showing posts from January, 2020

Kubernetes -Recipe

Image
What is Kubernetes   Kubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management . Kubernetes provides highly resilient infrastructure with zero downtime deployment capabilities, automatic rollback, scaling, and self-healing of containers.  Kubernetes is portable in nature, meaning it can run on various public or private cloud platforms such as AWS, Azure, OpenStack, or Apache Mesos        

Validating database objects after migration using AWS SCT and AWS DMS

AWS provides several  tools and services  that provide a pre-migration checklist and migration assessments.  You can use the  AWS Schema Conversion Tool  (AWS SCT) to convert your existing database schema from one database engine to another.  AWS Database Migration Service  (AWS DMS) makes it easy to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores.                         ORACLE                MS SQL SERVER                        PostgreSQL                         Package                            Package SELECT object_name AS package_name   FROM ...