You can shut down all deployments under a namespace using the following command.
Hybrid Cloud Solutions Architect
You can shut down all deployments under a namespace using the following command.
You need to set elb.id as service annotation or set loadBalancerIP in specs. Example yaml:
You need to set usermod for docker and restart Docker engine.
List all kernels Edit default grub Update GRUP_DEFAULT=0 line Then update grub Reboot
You need fixed type VHD to create disk from VHD on Azure. If your disk type is Dynamic, you will see this error. You can convert disk type with Powershell command as below.
It is possible to migrate EC2 servers using Azure Migration or other tools but it can be an unnecessary workload for small organizations due to application installation requirements. So, I’ll describe how to migrate single VM to Azure using aws and az CLI with object storages. Firstly, we’ll Log in…
You can use the following policy to make the objects under S3 bucket publicly readable. To make this, Go to S3 Bucket on AWS Console, click Permissions and press the Edit button next to Bucket policy. Copy Json, update “bucketName” with yours.
CORS (Cross Origin Resource Origin) is a mechanism, managed by the web browser and using additional HTTP headers, that allows a web application running on one origin to control access permission to a web application running on a different origin. Without CORS definition, browser shows error in below. from origin…
Service Principal is an identity for use with applications, automated tools (like as Terraform) to access Azure Resources. This identity is a security object within a Microsoft Entra application taht defines what an application can do in given tenant. It can be define in Azure Portal but today I explain…
By default CCE (Cloud Container Engine) has a temporary secret for SWR (Software Repository for Container) connection with default-secret name. This secret has an expiration date and updating periodically. You can use describe command to show when it will expires. In some cases, for example pushing images to SWR from…