Category Archives: Virtualization

In computing, virtualization refers to the act of creating a virtual version of something, including virtual computer hardware platforms, storage devices, and computer network resources.

Jenkins: Docker Compose deployment from Ansible with ECR authentication
0 (0)

26 September 2019

In addition to the AWS: create an Elastic Container Registry and Jenkins deploy job post – the next part, where we will create a new Jenkins job to deploy a Docker Compose file to run our Docker image. Docker Compose file will be updated by an Ansible role called docker-deploy, which will set the desired… Read More: Jenkins: Docker Compose deployment from Ansible with ECR authentication0 (0) »

Loading

AWS: create an Elastic Container Registry and Jenkins deploy job
0 (0)

23 September 2019

The task is to create an AWS ECR repository and add a Jenkins job to build and deploy Docker images to this repository. See the next part – Jenkins: Docker Compose deployment from Ansible with ECR authentication. AWS ECR Go to the ECR, click Get Started, set a new repository name: Lave Mutable, so you’ll be… Read More: AWS: create an Elastic Container Registry and Jenkins deploy job0… »

Loading

CloudFlare: CDN configuration for AWS S3 website hosting
0 (0)

20 September 2019

Need to create a static website hosting using AWS S3 and attach CloudFlare CDN to it. AWS S3 bucket Create a new bucket for your website with the same name as it will be used for your site, in this case, it will be cdn.example.com: Go to the Properties and enable website hosting: Go to… Read More: CloudFlare: CDN configuration for AWS S3 website hosting0 (0) »

Loading

Kubernetes: part 4 – AWS EKS authentification, aws-iam-authenticator and AWS IAM
0 (0)

3 September 2019

Let’s proceed with our AWS Elastic Kubernetes Service, EKS. Previous parts: Kubernetes: part 1 – architecture and main components overview Kubernetes: part 2 – a cluster set up on AWS with AWS cloud-provider and AWS LoadBalancer Kubernetes: part 3 – AWS EKS overview and manual EKS cluster set up. In the previous – Kubernetes: part… Read More: Kubernetes: part 4 – AWS EKS authentification, aws-iam-authenticator and AWS… »

Loading

AWS: CloudCraft – an existing infrastructure’s map generator
0 (0)

21 August 2019

I’m using CloudCraft service for a while – really handy. A couple of days ago I got a full subscription with all its features (first two weeks are free, by the way) among which I’d like to try an ability to create a map of an existing AWS account with all its resources and their… Read More: AWS: CloudCraft – an existing infrastructure’s map generator0 (0) »

Loading

Docker: Compose shared networks
0 (0)

20 August 2019

We have a Docker Compose stack with Jenkins, SonarQube, and PostgresSQL, check the SonarQube: running tests from Jenkins Pipeline in Docker post. The problem is that they are described in the same Docker Compose file and are restarted by the same systemd file (check the Linux: systemd сервис для Docker Compose post, Rus) Thus, if… Read More: Docker: Compose shared networks0 (0) »

Loading

Kubernetes: part 3 – AWS EKS overview and manual EKS cluster set up
0 (0)

15 August 2019

Let’s proceed with our Kubernetes journey. Previous parts: Kubernetes: part 1 – architecture and main components overview Kubernetes: part 2 – a cluster set up on AWS with AWS cloud-provider and AWS LoadBalancer In this part we will start working with AWS Elastic Kuberneters Service (EKS) – its short overview, then will create Kubernetes Control… Read More: Kubernetes: part 3 – AWS EKS overview and manual EKS… »

Loading

Kubernetes: part 2 – a cluster set up on AWS with AWS cloud-provider and AWS LoadBalancer
0 (0)

10 August 2019

In the first part – Kubernetes: part 1 – architecture and main components overview – we did a quick glance about Kubernetes. Also, check the third part – Kubernetes: part 3 – AWS EKS overview and manual EKS cluster set up. The next thing I’d like to play with is to manually create a cluster… Read More: Kubernetes: part 2 – a cluster set up on AWS… »

Loading

AWS RDS: “SQLSTATE[22001] – Data too long for column” using MariaDB 10.2
0 (0)

8 August 2019

We have a PHP-application with the AWS RDS MariaDB as a backend. On the previously used 10.0 version all was good, but right after we upgraded to the MariaDB 10.2 – got errors during tests: PDOException: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column ‘name’ at row 1 in /data/projects/projectname/vendor/yiisoft/yii2/db/Command.php:1290 The first… Read More: AWS RDS: “SQLSTATE[22001] – Data too long for column” using… »

Loading

Kubernetes: part 1 – architecture and main components overview
0 (0)

25 July 2019

On my current project for our mobile applications, we have an API-backend on the Yii PHP-framework, which is working now on an ordinary LEMP stack – Linux/NGINX/PHP-FPM/MySQL (AWS EC2 + MariaDB RDS). Eventually, it’s time to break this monolith into microservices which will be orchestrated by the Kubernetes and will be running on the AWS… Read More: Kubernetes: part 1 – architecture and main components overview0 (0) »

Loading