AWS CloudFormer
Creating in AWS can performed using multiple ways: AWS CLI AWS SDK (Java/Python/JS) IT automation/IaaC tools (Chef, Puppet, Terraform, Ansible, SaltStack, Pulumi) REST API directly CloudFormation templates First 3 underneath are using REST API, but using directly REST API to cr…
EFK (Elasticsearch-Fluentd-Kibana) in kubeadm-dind-cluster
When you wish to have your logs sent to Elasticsearch and browse them with Kibana you should add to your k8s cluster EFK stack. My first attempt to install EFK was with. However it was fluentd was failing to send logs to Elasticsearch. Fortunately on digitalocean website there is…
kubeadm-dind-cluster or kind
Even though it was recently retired in favour of kind kubeadm-dind is still a great way to run a kubernetes cluster locally on laptop (in my case it is MacBook). It’s main limitation is that it supports v1.14.1, while kind supports v1.15.3 (though yesterday v1.16 version got rele…