Latest News

Read all latest blog posts

post image
author image
August 18, 2020

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1) Starting AWS EKS cluster manually in AWS web console

Read More
post image
author image
May 19, 2023

Simple hugo Gitlab pipeline

Hugo deployment from a local Gitlab instance variables: BASE_URL: "https://github.com/gohugoio/hugo/releases/download" SSH_OPTIONS: "-o HostKeyAlgorithms=ssh-rsa -o PreferredAuthentications=password -o StrictHostKeyChecking=no" VERSION: "0.

Read More
post image
author image
October 25, 2022

Drone CICD on Rancher Desktop MAC Kubernetes

Drone CICD at Rancher on Desktop at Mac Setup /etc/hosts file vim /etc/hosts .

Read More
post image
author image
September 12, 2022

Azure az behind corporate proxy

Url that solves that problem https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively?tabs=bash%2Cbash2 # https://docs.microsoft.com/en-us/cli/azure/use-cli-effectively?tabs=bash%2Cbash2 cat ~/Documents/proxyCA.crt >> /usr/local/Cellar/azure-cli/2.

Read More
post image
author image
August 29, 2022

CKS testing mock

kube-apiserver manifest with PodSecurityPolicy, ImagePolicyWebhook, Auditing cat /etc/kubernetes/manifests/kube-apiserver.yaml apiVersion: v1 kind: Pod metadata: annotations: kubeadm.

Read More
post image
author image
August 19, 2022

How to ommit optional block in terrafrom resource based on input variable

The goal is to create azurerm_virtual_hub_connection which might or might not have an optional block called static_vnet_route section under routing {} block.

Read More
post image
author image
August 12, 2022

CKS Istio notes

Work in progress on Istio Do not forget to restart CoreDNS after you install Callico since there was already crio basic CNI activated!

Read More