Posts

Showing posts with the label Docker

A Glance at the Cloud Native Computing Foundation and it's Core Projects

This article talks about Cloud Native Computing Foundation(CNCF) and core projects under CNCF. What is Cloud Native Computing Foundation ? Let us take a baby step and try to see things in simple terms. In earlier days applications are built and deployed on specific production environment that run on popular OS such as Linux or windows. We used to set these OS specific environment properties as runtime config parameters to the application. As the cloud development became a norm, people started thinking about better ways to decouple runtime environment from the application codebase resulting in evolution of Docker containers. If an application’s functionality is split in to multiple docker containers as microservices, then orchestration of these containers became another nightmare. Later Kubernetes came in to picture to mange multiple docker containers that forms an application and orchestration. These two innovations along with other tools around them made it possible to port app...

Building a Polyglot GraphQL Server

This week I got an opportunity to present in   Oracle Code One 2018  on leveraging Kuberenets ecosystem for building polyglot GraphQL server.  Link to the session that I had for Oracle Code One is available here: https://oracle.rainfocus.com/widget/oracle/oow18/catalogcodeone18?search=DEV6113  . You can download the slides used for the presentation by navigating to the above page. Source code for the demo used for this session is available here for you to try out:  https://github.com/jobinesh/oracle-code-one More posts around this topics will be coming soon, please stay tuned :)