Skip to content

/Decoding/Devops

  • About Us
  • contact
  • courses
  • my youtube channel
  • Kafka
  • Golang
  • Kubernetes
  • AWS

/Decoding/Devops

kubernetes

Kubernetes Job Examples-Create Kubernetes Jobs-DecodingDevOps

Kubernetes Job Examples-Create Kubernetes Jobs-DecodingDevOps kubernetes Jobs Sometimes we want to perform a small task rather than continuously running, this is when the kubernetes jobs come into the picture. A kubernetes job runs until...

kubernetes

What is Readiness Probe in Kubernetes-Kubernetes Readiness Probe-DecodingDevOps

What is Readiness Probe in Kubernetes-DecodingDevOps Kubernetes Health Checks Making sure that container and application are ready to serve requests in kubernetes is as challenging as deploying a deployment. Sometimes Pods are ready but...

Terraform

How To Install Terraform on Ubuntu 18.04 Server-DecodingDevOps

Steps To Install Terraform on Ubuntu 18.04 Server terraform is one of the popular infrastructure as a code tool. Terraform is a tool that is used to manage your infrastructure. It is the one...

python

Python: Fibonacci Series Using Python-DecodingDevOps

Python: Fibonacci Series Using Python-DecodingDevOps Fibonacci series is a series in which the sum of the two numbers will give the next number in the list. This series starts with zero, followed by one...

kubernetes

What is Kubernetes Liveness Probe-DecodingDevOps

What is Kubernetes Liveness Probe-DecodingDevOps When the application is running but unable to process the request for some reasons we need to restart the container. We can automate this process in Kubernetes. The kubelet...

python

Python: Remove Duplicates From a List Using Python-DecodingDevOps

Python: Remove Duplicates From a List Using Python-DecodingDevOps The list is a sequence of items separated by commas and are enclosed in the square brackets. List items contain multiple values which may be repeated...

python

Python Fizzbuzz Code-Fizzbuzz Algorithm in Python-DecodingDevOps

Python Fizzbuzz Code-Fizzbuzz Algorithm in Python-DecodingDevOps What is Fizzbuzz in Python FizzBuzz is a simple programming task that is used to identify the FizzBuzz numbers among a group of certain numbers.  if a number...

python

Python: Perfect Number In Python Using While Loop-DecodingDevOps

Perfect Number In Python Using While Loop-DecodingDevOps A perfect number is a positive integer that is equal to the sum of its proper divisors. The smallest perfect number is 6, which is the sum...

python

Python: Body MASS Index(BMI) Calculation Using Python-DecodingDevOps

Body MASS Index(BMI) Calculation Using Python-DecodingDevOps Body mass index is the value derived from the person’s height and weight. It is defined as the body mass in kilograms divided by the square of the...

  • « Previous Page
  • Next Page »