Search Results for: k8s

K8s done right Part 1: start from helm charts

K8s is a very complex beast. But it give you a very good set of security defaults, and it is also a very well done implementation of a microservice application. After installing Docker Swarm on some Customer, we are giving … Continue reading

Posted in English Content, K8s Done Right | Tagged , , , | Comments Off on K8s done right Part 1: start from helm charts

Oracle Cloud e K8s

Abbiamo già trattato il Cloud di Oracle, codename OCI, e lo riprendiamo con questo articolo. Oracle sta cercando di rincorrere la triade Amazon, Google e Azure, e lo sta facendo in modo creativo: vediamo pro e contro.

Posted in Italian Content | Tagged , | Comments Off on Oracle Cloud e K8s

K8s Cheats and insight

How to reboot a k8s pod/deployment kubectl rollout restart deployment <deployment_name> -n <namespace> How to show helm history helm history -n <namespace> <deployment>

Posted in English Content, K8s Done Right | Tagged | Comments Off on K8s Cheats and insight

Nuove tendenze dei prossimi cinque anni

Bill Gates ha detto che tendiamo a sovrastimare gli avanzamenti tecnologici dei prossimi due anni e a sottostimare quelle dei prossimi dieci. Al momento ci sono due forze opposte nel mondo dell’IT: Da un lato i provider cloud, i container … Continue reading

Posted in Italian Content | Tagged , , , , | Comments Off on Nuove tendenze dei prossimi cinque anni

HarborMaster!

After creating Misterio, I found this alternative called HarborMaster: Harbormaster is a small utility that lets you easily deploy multiple Docker-Compose applications on a single host. It does this by taking a list of git repository URLs that contain Docker … Continue reading

Posted in DevOps, English Content, Python | Tagged | Comments Off on HarborMaster!

Docker done right: docker compose and up to kompose

Docker was born for the cloud. It is the easiest way to run different software in a tiny box, installing it in a rapid way and with a nice way to wipe it in a snap. But when docker shines … Continue reading

Posted in English Content | Tagged , , | Comments Off on Docker done right: docker compose and up to kompose

Docker History

Bullet points: 1979: Unix V7 Introduced the chroot command to isolate the filesystem a process “access” to. Various technology was introduced up to 2006, like Virtuozzo (which patched Linux in a proprietary ways) 2006: Process Containers Launched by Google in … Continue reading

Posted in DevOps, English Content, IT Featured, Knowledgebase | Tagged , | Leave a comment