Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
devops
22 posts
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
Feb 17, 2023 | 3 min read
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
Nov 28, 2022 | 12 min read
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
Oct 18, 2022 | 6 min read
devops
members
要件定義(機能要件・非機能要件)とは? 機能要件と非機能要件の違い
ITプロジェクトの実行フェースでは要件定義から始まり、設計、開発、テスト、本番移行、リリース、保守までの一連の工程があります。 その中で、機能要件は、ソフトウェアやシステム開発において最初の大切な工程です。今回は、ソフトウェアやシステム開発工程において重要な要件定義について一緒に見ていきましょう。 要件定義(Requirements Definition)とは要件定義とはユーザーが何を求め、何を
Julia Tran
Jul 1, 2022 | 4 min read
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
Jan 17, 2022 | 4 min read
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
Nov 17, 2021 | 5 min read
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
Nov 17, 2021 | 5 min read
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
Oct 20, 2021 | 5 min read
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
Jul 13, 2021 | 2 min read
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
Jul 11, 2021 | 8 min read
Load more posts