Open in app

Sign In

Write

Sign In

Ivan (アイバン) Porta
Ivan (アイバン) Porta

418 Followers

Home

About

Published in

FAUN — Developer Community 🐾

·Aug 10

Autoscaling in Kubernetes: Understanding Vertical Pod Autoscaler (VPA)

Historically, companies used to scale their servers and allocate resources according to predictable usage patterns on fixed daily, weekly, or yearly cycles. For example, administrators would scale up the office’s internal systems during business hours, or a retailer might increase server capacity during holiday sales spikes. …

Kubernetes

17 min read

Autoscaling in Kubernetes: Understanding Vertical Pod Autoscaler (VPA)
Autoscaling in Kubernetes: Understanding Vertical Pod Autoscaler (VPA)
Kubernetes

17 min read


Jul 22

Mastering Chaos Engineering with Azure Chaos Studio

The rise of microservices architecture has sparked significant discussions within the technology industry. Despite the challenges posed by global events like the Russia-Ukraine war and the COVID-19 pandemic, experts project a remarkable growth in the market size of microservices architecture in the coming years. According to the IMARC Group, the…

Azure

9 min read

Mastering Chaos Engineering with Azure Chaos Studio
Mastering Chaos Engineering with Azure Chaos Studio
Azure

9 min read


Published in

FAUN — Developer Community 🐾

·Jul 21

Kubernetes Networking Service Types: NodePort

In this series, I’ll discuss common Kubernetes networking services, including ClusterIP, LoadBalancer, Ingress, NodePort, and ExternalName. I will highlight their differences and guide you in selecting the most suitable service for different scenarios. If you are new to Kubernetes, I recommend reading my previous article for a general overview. Pods, Deployments, and Services in Kubernetes In this article, I will explain Kubernetes more in depth by introducing pods, services, and deployments. If you haven’t…medium.com

Kubernetes

10 min read

Kubernetes Networking Service Types: NodePort
Kubernetes Networking Service Types: NodePort
Kubernetes

10 min read


Jul 10

Checkov、Terraform、および Azure DevOps を使用した安全なインフラストラクチャのプロビジョニング

クラウド環境にインフラを定義·構築するためのIaC(Infrastructure as Code)ツールに転換する組織が増え、2021年までサイバー攻撃件数が125%増加し、最初からセキュリティにさらに力を入れることが義務付けられた。 この記事では、Checkov on Azure DevOps を使用して Terraform 設定コードの自動検 …

Azure Devops

20 min read

Checkov、Terraform、および Azure DevOps を使用した安全なインフラストラクチャのプロビジョニング
Checkov、Terraform、および Azure DevOps を使用した安全なインフラストラクチャのプロビジョニング
Azure Devops

20 min read


Jul 8

The Shift to Cloud Computing in Japan

Cloud computing has revolutionized IT infrastructure and services globally, with Japan playing a key role in this transformation. In this article, I will talk about the journey of cloud computing in Japan, starting from the pre-COVID-19 era, then moving to the acceleration driven by the pandemic and its current state. Understanding Cloud Computing: Private, Hybrid, and Public Cloud …

Azure

8 min read

The Shift to Cloud Computing in Japan
The Shift to Cloud Computing in Japan
Azure

8 min read


Jul 3

Azure Container Instancesで実行するように Azure DevOps エージェントを設定します

仮想マシン(VM)全体を単一のエージェントに割り当てることは、、コストがかかり、また、(あなたにとって)あまり重要でない多くのレイヤーをコントロールすることになるかもしれません。 たとえば、オペレーティング システム(OS)を最新の状態に保つ必要があります。 コストと運用作業を削減するため、Azure コンテナインスタンスを構成してエージェントを …

DevOps

25 min read

Azure Container Instancesで実行するように Azure DevOps エージェントを設定します
Azure Container Instancesで実行するように Azure DevOps エージェントを設定します
DevOps

25 min read


Published in

Microsoft Azure

·Jul 2

Integrating Infracost with Azure DevOps to Improve Terraform Cost Predictability

According to a recent report from GMinsights, more and more enterprises and government institutions are moving to the cloud and adopting automation technologies like Continuous Integration (CI) and Continuous Deployment (CD) to make the Software Development Life Cycle more agile. This shift is driving a surge in the Infrastructure as…

Terraform

8 min read

Integrating Infracost with Azure DevOps to Improve Terraform Cost Predictability
Integrating Infracost with Azure DevOps to Improve Terraform Cost Predictability
Terraform

8 min read


Jun 26

Azure DevOps のブランチ保護

ブランチポリシーはGitワークフローの重要な部分であり、開発の重要な支店を保護するためのルールを定義できます。 この記事では、Azure DevOpsでブランチプロテクションを実装する方法について説明します。 ブランチ ポリシーをどのように設定するか Azure DevOps ポータルにログインし、[Repos] ページに移動します。 ブランチが表示されたら、[ブランチ(Branchs)] を選択し、保護したいブランチ名の右側にある縦3点ボタンをクリックします。 ドロップダウン メニューから [Branch policies] をクリックします。 ポリシーがすでに有効になっている場合、このブランチではプル要求を使用しない限り、直接的な変更は受け付けません。

Azure

8 min read

Azure DevOps のブランチ保護
Azure DevOps のブランチ保護
Azure

8 min read


Published in

FAUN — Developer Community 🐾

·Jun 25

Optimizing Resource Migration in Terraform using Config-Driven Automation

Since the release of Terraform 1.5 in June 2023, developers have been excited about the new features added to the popular HashiCorp’s IaC tool. One of the standout additions is the ability to automatically generate Terraform configurations using a new argument in the existing import command. …

Terraform

8 min read

Optimizing Resource Migration in Terraform using Config-Driven Automation
Optimizing Resource Migration in Terraform using Config-Driven Automation
Terraform

8 min read


Jun 18

Docker Scout と GitHub の統合ワークフロー

Docker ScoutをCIワークフローに組み込むことで、開発プロセスの早い段階で脆弱性をプロアクティブに特定することができます。 — 前回の記事では、脆弱性スキャンの重要性、また、Docker Scout を使うことにより依存関係とそれに関連する脆弱性の概要がいかにわかりやすくなるかついて説明しました。 Docker Scoutによる脆弱性・依存性のスキャニング 今日のデジタル時代において、アプリケーションの設計が複雑になるにつれ、相互接続された依存関係の複雑な網を形成することが多くなっています。その結果、依存関係ツリーが膨大になり、監視と保守が困難になリつつありますgtrekter.medium.com この記事では、Dockerのコンテンツを本番ブランチと統合してDocker Hubに公開する前に、Dockerイメージを構築し脆弱性をスキャンするGitHub Workflowを作 …

Docker

10 min read

Docker Scout と GitHub の統合ワークフロー
Docker Scout と GitHub の統合ワークフロー
Docker

10 min read

Ivan (アイバン) Porta

Ivan (アイバン) Porta

418 Followers

Microsoft Certified DevOps Engineer Expert | MCT | MCE | Public Speaker

Following
  • Netflix Technology Blog

    Netflix Technology Blog

  • Yevgeniy Brikman

    Yevgeniy Brikman

  • Kazuhito Yokoi

    Kazuhito Yokoi

  • Donovan Brown

    Donovan Brown

  • Scott Hanselman

    Scott Hanselman

See all (8)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams