Monday, June 5, 2023

Burak Cansizoglu

13 POSTS0 COMMENTS
http://devopsmania.com/
Burak is working as a freelance Cloud/DevOps consultant. He performed different roles during his professional career track. He has more than 12 years of experience in the finance, telecommunication and government sectors. He likes to learn new technologies and wants to share his knowledge, experiences with the community. He likes all lean, agile initiatives. And he believes that the DevOps mindset and DevOps transformation will bring more agility to the Enterprises as well as employees.

How to query EC2 tags from within the instance?

Intro To help you manage your instances, images, and other Amazon EC2 resources, you can assign your own...

How to install Python3 on Amazon Linux 2?

Intro Python is an object-oriented programming language that is widely used. In addition to that, it's free and...

What is the difference between Amazon EC2 and Amazon LightSail?

Intro Which sort of Amazon Server/Compute Option should you use for your next project? This is a frequently...

Jenkins. Invalid agent type “docker” specified. Must be one of [any, label, none]

Jenkins is working with plugins, if you didn't install Docker and Docker Pipeline plugins you can get this error. "Jenkins. Invalid agent...

How to install Minishift on Windows10?

Minishift is the compact all-in-one solution of OpenShift community distribution in a Virtual Machine(VM). It allows developers and curious minds to run...

How is Docker different from a Virtual Machine?

Docker containers are isolated processes within their namespaces. Virtual Machines are full-blown Operating Systems (OS) living on Hypervisors. In this article, we...

How to run a Docker Container in Detached Mode?

When you are running your Docker containers, you can attach them to your current shell or run them as background tasks in...

How to install Docker on Centos7?

You can install and use Docker on Centos7. In this article, we will go step by step instructions to do that. You...

What are Kubernetes pods?

The pods are the smallest, atomic deployment unit of Kubernetes. when you deploy an application or if you want to run a...

Where are the Kubernetes Secrets stored?

A secret is an object in Kubernetes can be defined from a file or command line. Secrets are helping us to store...

TOP AUTHORS

0 POSTS0 COMMENTS
16 POSTS0 COMMENTS

Most Read

How to query EC2 tags from within the instance?

Intro To help you manage your instances, images, and other Amazon EC2 resources, you can assign your own...

How to install Python3 on Amazon Linux 2?

Intro Python is an object-oriented programming language that is widely used. In addition to that, it's free and...

How to connect an AWS EC2 instance with FileZilla and do SFTP?

Intro EC2 is one of the essential services of Amazon Web Services (AWS), providing highly available and scalable...

How to install AWS CLI v2 on Linux?

Intro Whether you’ve been using AWS for some time or you are a novice, you may have noticed...