Browsing Category
DevOps
14 posts
Isolating Kubernetes pods for debugging
This article introduces a technique that helps you with debugging running Pods in production. By changing labels, you…
Deploying a Node.js backend app to Kubernetes
Node.js is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine (i.e. V8 engine) which…
DevOps Project (using Docker, Jenkins and AWS)
Prerequisites Before starting the project you should have these things in your system. Step 1 : Run Locally…
backup a database every day using Bash
This script first sets the name of the database, the username and password used to connect to the…
shell script that finds log files
Note that this script requires the AWS CLI to be installed and configured in order to use the…
YAML for DevOps
Anyone learning DevOps or a pro already working in DevOps tools, already knows for most of the tools,…
Containerization Best Practices
Container technology now getting used by Developers, DevOps Professions, Data Scientists, and other tech professionals, especially it helped…
Setting UP Kubernetes Cluster
Kubernetes is a difficult piece of software. Even setting up the initial cluster to learn Kubernetes involves extensive…
How to Enable Password Authentication in AWS ec2 Instances
The configuration to enable password authentication in AWS instance Step 1: Log in to the server using ssh client…
ლოკალური ფაილების კოპირება Docker კონტეინერში
დღეს განვიხილავთ თუ როგორ მოვახდინოთ ფაილების კოპირება ლოკალური სისტემიდან ჩვენ კონტეინერში მარტივად ფაილების კოპირებისათვის გამოვიყენოთ cp(copy) ბრძანება განხილვა…