@devopsbysanjay
AWS • Kubernetes • Terraform • Cloud Optimization
Technical writing, and community discussions.
May 22 · 4 min read · K3s and Kubernetes (K8s) are often compared, but they are not direct competitors. They solve different infrastructure problems.K3s can run in under 200MB of RAM, while a standard Kubernetes cluster ca
Join discussion
May 21 · 13 min read · Introduction Continuous Integration and Delivery is a key part of any software application. Be it a mobile app, a backend app or a website - everything requires CI/CD to make things easier for everyon
Join discussion
May 19 · 4 min read · .github/workflows/deploy.yml name: Deploy with GitHub App on: push: branches: [main] .github/workflows/deploy.yml name: Deploy with GitHub App on: push: branches: [main] jobs: deploy: runs-on: ubuntu-
Join discussion