devops

22 posts
Grant access to EKS cluster for Bastion Host.
devops
members

Grant access to EKS cluster for Bastion Host.

When you create an Amazon EKS cluster, the AWS Identity and Access Management (IAM) entity user or role, such as a federated user that creates the cluster, is automatically granted system:masters perm
COPPER Nguyen
Blue/Green deployment with HA Proxy
devops
members

Blue/Green deployment with HA Proxy

First, let finding what is blue/green deployment. A blue/green deployment is a deployment strategy in which you create two separate, but identical environments. One environment (blue) is running the c
COPPER Nguyen
How to create an AWS System Design?
AWS
members

How to create an AWS System Design?

System Design is an early phase in software development process, especially for project that build new system or re-structure an existing one. However, in many projects, people not aware enough about
Riccardo
Riccardo
要件定義(機能要件・非機能要件)とは? 機能要件と非機能要件の違い
devops
members

要件定義(機能要件・非機能要件)とは? 機能要件と非機能要件の違い

ITプロジェクトの実行フェースでは要件定義から始まり、設計、開発、テスト、本番移行、リリース、保守までの一連の工程があります。 その中で、機能要件は、ソフトウェアやシステム開発において最初の大切な工程です。今回は、ソフトウェアやシステム開発工程において重要な要件定義について一緒に見ていきましょう。 要件定義(Requirements Definition)とは要件定義とはユーザーが何を求め、何を
Julia Tran
Top 10 deadly mistakes in Cloud projects
devops
members

Top 10 deadly mistakes in Cloud projects

This post will help you to avoid mistakes in Cloud projects from the beginning to release. No master you are SA, PM, System Engineer, DevOps Engineer or Developer, avoiding those mistakes will help yo
Riccardo
Riccardo
Web App Testing With Robot Framework Via Jenkins In Docker
devops
members

Web App Testing With Robot Framework Via Jenkins In Docker

OverviewThis blog post will show you one of practical testing scenarios which clearly demonstrates how to automate web application testing scenario with Robot Framework. ref: What is Robot Framework?
Roy Pham
Roy Pham
SFTP File Transfer Testing Via Jenkins In Docker
devops
members

SFTP File Transfer Testing Via Jenkins In Docker

OverviewThis blog will shows you one of practical testing scenarios which clearly demonstrates how to test SFTP file transfer. ref: What is SFTP Server? The test is really simple but to achieve that g
Roy Pham
Roy Pham
Parallel Testing With A Single File Via Jenkins In Docker
devops
members

Parallel Testing With A Single File Via Jenkins In Docker

OverviewThis blog shows you one of the Jenkins Pipeline examples in a practical automation project. It is for anyone who wants to know how to apply Jenkins Pipeline to an automation project. Or if you
Roy Pham
Roy Pham
Metrics to Monitor | Monitoring Microservices
devops
members

Metrics to Monitor | Monitoring Microservices

Logs are easy to integrate into your application, and they give you the ability to represent any type of data in the form of strings.Metrics, on the other hand, are numerical representations of data.
Niko
Niko
Distributed tracing
devops
members

Distributed tracing

What is Distributed Tracing?Distributed tracing, also called distributed request tracing, is a method used to profile and monitor applications, especially those built using a microservices architectur
Niko
Niko