Most of us are used to using GitHub through it’s Web UI. However, that might not be the best or the most efficient way to operate our repositories. CLI might be a much better choice.
Continue readingMonthly Archives: April 2021
What is microservices architecture?
What are microservices architecture? Why do we use microservices? How do microservices talk to each other? How do we test microservices? What are the problems with microservices?
Continue readingShipa – A Kubernetes platform from developer’s perspective
Can we have a platform that helps developers deploy, manage, and monitor their applications without going into all the details behind Kubernetes? Shipa might be one such platform.
In this video, we’re exploring Shipa from the developer’s perspective. One of the upcoming videos will go through parts of Shipa related to the work operators, sysadmins, SREs, or platform managers are doing.
Continue readingThe best DevOps tools, frameworks, and platforms in 2021
What are the software development and operations (DevOps) tools, frameworks, and platforms we should be using in 2021?
Continue readingCloud-Native Apps With Open Application Model (OAM) And KubeVela
Can we define cloud-native applications without dealing with resources related to underlying platforms? One possible solution is to use the Open Application Model (OAM) combined with KubeVela.
Continue readingWhat is the difference between SRE and DevOps?
What is SRE (Site Reliability Engineering)? What is DevOps? What are the similarities, and what are the differences between the two?
Continue readingHelmfile – How to manage Kubernetes Helm releases
Helmfile is a declarative specification for deploying Helm charts in Kubernetes.
Continue readingK3d – How to run Kubernetes cluster locally using Rancher k3s
k3d is a lightweight wrapper to run Rancher k3s in Docker. k3d allows us to create single-node and multi-node k3s clusters in Docker, for local development on Kubernetes, or as temporary testing environment.
Continue readingHow to apply policies in Kubernetes using Open Policy Agent (OPA) and Gatekeeper
Gatekeeper is a validating (mutating TBA) webhook that enforces Kubernetes CRD-based policies executed by Open Policy Agent (OPA), a policy engine for Cloud Native environments.
Continue reading