Library APIThis is an API which helps manage a library system. It uses Gin, JSON, GOlang.Docker Commands to build the image and starting a container -docker pull rootxrishabh/library-api:latestKubectl command to create a deployment using the docker imagekubectl create deployment k8s-library-api --image=rootxrishabh/library-api:latest