Monthly Archives: April 2021

GitHub CLI – How to manage repositories more efficiently

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 reading

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 reading

Shipa – 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 reading
Advertisement

Cloud-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 reading

K3d – 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 reading

How 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