Access to Bastion host using AWS SSM.
members

Access to Bastion host using AWS SSM.

Usually when developer need to access to the bastion host, we will give them the private key or they give us the public key then we will add the public key to bastion host. But there is another way, i
COPPER Nguyen
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
Setup GitHub Runner on K8S.
members

Setup GitHub Runner on K8S.

In this post, i will guide you to install self-hosted github action runner, then setup a simple workflow to run some command on that runner. To setup github action  self-hosted runner, we will use act
COPPER Nguyen
Sync Secret from Vault to K8S using External Secrets Operator
members

Sync Secret from Vault to K8S using External Secrets Operator

When doing work on many micro services, i have to find a way to manage environment variable for them, previously i used AWS Secret Manager but when working on multiple environment with many account, t
COPPER Nguyen
互換性、下位互換性、前方互換性とは?
software
members

互換性、下位互換性、前方互換性とは?

1.互換性互換性 (Compatible) とは、2 つのシステムが変更を必要とせず連携することができる機能のことです。 互換性のあるソフトウェア アプリケーションは、同じデータ形式を使用します。 たとえば、ワープロ アプリケーションに互換性がある場合、ユーザーはドキュメント ファイルをどちらの製品でも開くことができます。 また同時に、互換性とは製品が特定の規格の仕様の一部またはすべてを満たして
Mary
Mary
New major features in Vue 3
members

New major features in Vue 3

Vue 3.0.0 was officially released as a major release. It introduced many new features such as: Composition APITeleportFragmentsComponent Option EmissioncreateRenderer API from @vue/runtime-coreSFC Com
Tinker
Introduction to Azure IoT for Beginners
members

Introduction to Azure IoT for Beginners

1. What is IoT?The Internet of Things (IoT) is a network of physical devices that connect to and exchange data with other devices and services over the Internet or other network. There are currently o
Lionel
UI Design 102 - Principles - 01 Grid & Layout
members

UI Design 102 - Principles - 01 Grid & Layout

Hi, I'm glad you're here; you must have seen my first post The Basic Design, right? In this section, we will talk about Grid and Layout. Grid is one of the most essential principles in interface desi
KAN
Flask for beginner
members

Flask for beginner

Flask? Flask is a web framework. It is a Python module that help you develop web applications easily. It is having a small and easy-to-extend core: it's a micro-framework that doesn’t include an ORM
Kaitou
Kaitou