Devops
Kubernetes – Core Concepts
Containers are in the mainstream. They are no longer new and exotic. In a 2019 survey conducted by CNCF, 84% of respondents say they are… Read More »Kubernetes – Core Concepts
Identity Management Protocols: SAML, OAuth and OpenId
Identity and Access Management (IAM) systems offer 2 critical services : Authentication and Authorization. The popular protocols are SAML OAuth OpenId
Terraform – Quick Reference
The number of tools in Devops ecosystem is growing fast everyday. Yet, Terraform remains the most important one. This blog would act as a quick… Read More »Terraform – Quick Reference
Kubernetes: Pod, Deployment & Service
In this post I want to introduce some kubernetes commands with examples. Lab Environment Docker Image nxgcloud/simpleweb is a simple flask application which returns container… Read More »Kubernetes: Pod, Deployment & Service