Resizes journal · 27 articles

Ideas from
the inside.

Notes on platform engineering, cloud infrastructure, and building better software. Written by the people doing the work.

8 min read

SFTP server in Kubernetes with SFTPGo

Have you ever needed to create an SFTP server? How do you do it? For those who have created an SFTP server before, you probably know that it is not easy to create and maintain an SFTP server. There…

4 min read

Resizes Blog

How to create and publish the best blog ever! 🔝 From Resizes, we are committed to creating the best blog for our users. That's why we were looking for a platform that would allow us to create a bl…

5 min read

Kubernetes Most Used Commands

Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It is widely used by many organizations to manage…

3 min read

Microservices Architecture

In today's dynamic digital environment, the adoption of microservices architectures alongside container technologies like Docker and Kubernetes is not just innovative; it's transformative. This app…

5 min read

Infrastructure as Code

The Backbone of Modern DevOps Infrastructure as Code (IaC) has revolutionized the way organizations manage and provision their IT infrastructure. Emerging from the needs of agile development and th…