vSphere 7.0 U1 での with Tanzu ラボ環境構築。Part-02 HAProxy デプロイ
vSphere with Tanzu にて、NSX-T なしでの Tanzu Kubernetes クラスタをしていきます。今回は、NSX-T によるロードバランサーの代わりとなる、HAProxy 仮想アプライアンスをデプロイします。 前回はこちら。vSphere 7.0 U1 での with Tanzu ラボ環境構築。Part-01 事前準備編 HAProxy...
View ArticlevSphere 7.0 U1 での with Tanzu ラボ環境構築。Part-03 ワークロード管理 有効化編
vSphere with Tanzu にて、NSX-T なしでの Tanzu Kubernetes クラスタをしていきます。今回は、vSphere クラスタで「ワークロード管理」を有効化して、スーパーバイザー クラスタにします。 前回はこちら。vSphere 7.0 U1 での with Tanzu ラボ環境構築。Part-02 HAProxy デプロイ編...
View ArticlevSphere 7.0 U1 での with Tanzu ラボ環境構築。Part-04 TKC 作成編
vSphere with Tanzu にて、NSX-T なしでの Tanzu Kubernetes クラスタのラボを構築していきます。今回は、スーパーバイザー クラスタに名前空間と、Tanzu Kubernetes クラスタ(TKC)を作成します。 前回はこちら。vSphere 7.0 U1 での with Tanzu ラボ環境構築。Part-03 ワークロード管理 有効化編 TKC...
View ArticlevCenter 7.0 installation stuck at 80% (Waiting for RPM...)
I was trying to install a vCenter for a lab on top of a ESXi 6.7 using the FREE license. Have verified several things: - NTP was in place- DNS records all good- Enough resources- Etc... I realized that...
View ArticleIdentify VMDK sharing using powercli
connect-viserver vcentername$vmname=read-host -Prompt "ENter the VM Name" if (get-vm $vmname -erroraction SilentlyContinue) { $vdisk=get-vm $vmname |Get-VMHardDiskDrive $allvms=get-vm...
View Article