Latest News

Read all latest blog posts

post image
author image
:date_long

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
:date_long

Create more configMaps via Go templating

{{ range $path, $_ := .Files.Glob "dashboards/*.json" }} {{- $dashboardName := trimSuffix ".

Read More
post image
author image
:date_long

Create Pod on the fly

kubectl run -i --tty busybox --image=gcr.io/kubernetes-e2e-test-images/dnsutils:1.3 --restart=Never -- sh kubectl run -i --tty busybox --image=busybox --restart=Never -- sh

Read More
post image
author image
:date_long

Dask

https://docs.dask.org/en/latest/setup/kubernetes-helm.html#launch-kubernetes-cluster cat extra-config.yaml worker: replicas: 4 resources: limits: cpu: 1 memory: 0.

Read More
post image
author image
:date_long

Delete AWS ENI via cmd

echo $t error waiting for EKS Node Group (eks-mlflow:eks-mlflow-cpu-ng) deletion: Ec2SecurityGroupDeletionFailure: DependencyViolation - resource has a dependent object.

Read More
post image
author image
:date_long

Drain node from K3S

Deleted node from K8s kubectl drain k3s-ubuntu-18-04 --ignore-daemonsets --delete-local-data kubectl delete node k3s-ubuntu-18-04

Read More
post image
author image
:date_long

Drill

helm package drill curl -XPOST --data-binary "@drill-1.1.0.tgz" http://127.0.0.1:31458/api/charts NAME="archlinux" RANCHER_URL="https://$NAME:30111" APITOKEN=$(curl -sk "${RANCHER_URL}/v3-public/localProviders/local?

Read More