Author: Deeksha Tripathi

How To Update & Delete Secrets Using Kubernetes Python Client

Reading Time: 4 minutes Hello Readers !!! Hope you all are doing well . Today in this Blog we’ll see how to Update And Delete Secrets Using Kubernetes Python Client. As we all know that generally we use kubectl commands for creating, listing, updating, deleting the kubernetes resources. But In this blog we will see how we can use python for doing these things with resources.  Introduction A secret Continue Reading

photo of turned on laptop computer

How To Create Secrets Using Kubernetes Python Client

Reading Time: 3 minutes Hello Readers !!! Hope you all are doing well . Today in this Blog we’ll see how to Create Secrets Using Kubernetes Python Client. As we all know that generally we use kubectl commands for creating, listing, updating, deleting the kubernetes resources. But In this blog we will see how we can use python for doing these things with resources.  Introduction A secret is a Continue Reading

How To Create A DynamoDB Table using Python in Cloud9

Reading Time: 5 minutes Hello Readers ! In this blog we will see How To Create A DynamoDB Table using Python. You have seen how you can do Creating A DynamoDB Table using The AWS CLI. But in this article you will see how you can do this by using Python . So let’s get Start Introduction Cloud9 AWS Cloud9 is an integrated development environment, or IDE. It provides a Continue Reading

data codes through eyeglasses

How To Deploy Fargate Using AWS CDK

Reading Time: 5 minutes Introduction What is AWS Fargate ? In this blog we’ll see How To Deploy Fargate Using AWS CDK. As per the aws official documentation ” AWS Fargate is a serverless, pay-as-you-go compute engine that lets you focus on building applications without managing servers. “ In simple words Fargate allows you to run container on ECS In aws without managing the servers.Using this makes it easier to Continue Reading

close up photo of programming of codes

How To Deploy A Docker Container to an AWS Cluster Using Terraform

Reading Time: 7 minutes Hello Readers ! I hope you’re doing well . So here I am with the new post where we’ll learn basic about docker , AWS , docker container ,terraform and also How To Deploy A Docker Container to an AWS Cluster Using Terraform. Stay Tuned and stick to the end and perform the task along with me to do so . Let’s Get Started INTRODUCTION Continue Reading

close up photo of programming of codes

How To Create AWS Lambda Function Via Console

Reading Time: 4 minutes Hello Readers ! Hope you all are doing well , So here I am with the new post where we’ll see How To Create AWS Lambda Function Via Console . Before that we’ll see the basic introduction to Lambda and then we’ll go to the hands-on part . Stick to the end and follow the steps along with me . Let’s Get Start !!! INTRODUCTION Continue Reading

How To Use AWS SFTP Server with AWS S3

Reading Time: 4 minutes Hello Readers ! I hope you are doing well . Today I am here with the new topic . In this blog we’ll see How To Use AWS SFTP Server with AWS S3. Firstly we’ll see the basic of AWS SFTP and then we’ll follow certain steps to use that . So Let’s Get Start !!! INTRODUCTION AWS SFTP “Secure Shell (SSH) File Transfer Protocol Continue Reading

How To Launch An EC2 Instance With Nginx Using AWS CLI

Reading Time: 5 minutes Hello Readers ! In this blog we’ll see How To Launch An EC2 Instance With Nginx Using AWS CLI . Firstly we’ll see about basic about what is AWS , AWS CLI and Nginx . So Let’s Get Start INTRODUCTION AWS Amazon Web Services (AWS) is a complete cloud computing platform that consists of infrastructure as a service (IaaS) and platform as a service (PaaS) Continue Reading

aws

How To Connect AWS Redshift with S3

Reading Time: 5 minutes Hello Readers ! Today in this blog we’ll see How To Connect AWS Redshift with S3 . firstly we”ll go through the introduction about what is AWS Redshift , about S3 and about how we can do that . Stick with me till end to learn something interesting about Redshift and I hope you all will find helpful for you as well . Let’s get Continue Reading

kubernetes

K8s — How To Deploy MySQL Using Persistent Volume

Reading Time: 3 minutes Hello Readers !!! In this blog we’ll see How To Deploy MySQL Using Persistent Volume . You may found this article quite interesting while performing. Hope you’ll enjoy learning this new topic . So let’s Get Start !!! INTRODUCTION This MySQL application deployment demonstrates how to provide persistent storage for a MySQL database. Prerequisites A K8s cluster with AWS EFS CSI driver installed A ready to use AWS EFS Continue Reading

kubernetes

How to do Health Check in Kubernetes

Reading Time: 5 minutes Hello Readers ! In this blog we’ll see How to do Health Check in Kubernetes. Users can tell K8s when to restart the container to achieve self-healing through viability detection; Availability detection tells K8s when containers can add to the service’s load balancer to provide external services. INTRODUCTION Readiness Probe Similar to other probes, it verifies that the container is ready to accept traffic. Unlike Continue Reading

black laptop computer turned on showing computer codes

OpenStack- Introduction and How To Setup

Reading Time: 5 minutes Hey Folks ! In this blog we will see about OpenStack – Introduction and It’s Installation . Apart from that we will see what is openstack and how it works . INTRODUCTION OpenStack OpenStack is an open supply platform that makes use of pooled digital assets to construct and manipulate personal and public clouds. The equipment that incorporate the OpenStack platform, called “initiatives,”. It cope Continue Reading

close up photo of programming of codes

How To Use OneDev For Repository Mirror

Reading Time: 3 minutes Hello Readers ! In this blog we’ll see that How Use OneDev For Repository Mirror So let’s get start !!! Introduction OneDev OneDev is an open source all-in-one DevOps platform with the ability to manage git repositories, manage issues, and run continuous integrations. It is an all-in-one open source DevOps platform that includes issue tracking, Git management, pull request creation, language-based code search and navigation, Continue Reading