Zot OCI Registry Review and Configuration
While searching an alternative to Docker's private registry, found Zot OCI registry. And wanted to see the capabilities and limitations. It's an image registry which…
1 min read
While searching an alternative to Docker's private registry, found Zot OCI registry. And wanted to see the capabilities and limitations. It's an image registry which…
1 min read
Each container image has processor architecture. That architecture describes where you can run them on. It's the similar, like in OS executable binaries. If you…
1 min read
UUIDUUID (Universal Unique Identifier) is a 128-bit value used to uniquely identify an object or entity on the internet. A real world example; When you…
2 min read
Almost in every project we store information in databases. It could be an SQL or a NoSQL database. Let's say you would like to go…
4 min read
We have created scheduled queries in the previous post. The query execution results could be forwarded to a pub/sub topic. In this post we…
2 min read
Sometimes you might want to run queries on recurring basis. The queries could be written in SQL. We decided to run some queries for cleaning…
2 min read
I heard the "GitOps" word first time while learning the terraform. A bunch of new words that have "Ops" suffix have appeared nowadays such as…
3 min read
VPC EndpointsVPC endpoint provides access to public AWS services for resources that don't have public IP or where NAT gateway isn't deployed.There are gateway…
1 min read
VPC stands for Virtual Private Cloud. VPC lets you build up your own private network in AWS Cloud. You can define an isolated networks by…
2 min read
What is a Network?A network consists of two or more computers that are linked in order to share resources (such as printers and CDs)…
4 min read