#kubernetes

danie10@squeet.me

Learn Kubernetes basic concepts and find out why it is such a popular container orchestration tool

Container lifecycle management can be accomplished with a variety of container orchestration solutions. Kubernetes, Docker Swarm, and Apache Mesos are three common solutions/tools. Kubernetes, the first Cloud Native Cloud Foundation (CNCF) initiative and a Google foundation, is the fastest growing open source software project after Linux.

Why are so many enterprises relying on Kubernetes to meet their container orchestration needs today? There are numerous reasons for this:
* Portability and flexibility
* Open Source and community driven
* Multi-cloud compatibility
* Marker Leader

See Introduction to Kubernetes | What is Kubernetes - OSTechNix

#technology #opensource #cloud #containers #kubernetes

Imagem/foto

Kubernetes is an open-source container orchestration technology. This tutorial explains what is Kubernetes and basic concepts of Kubernetes.


https://gadgeteer.co.za/learn-kubernetes-basic-concepts-and-find-out-why-it-such-popular-container-orchestration-tool

schestowitz@joindiaspora.com

"Data storage gets complex in the world of containers and microservices, as we discussed in Part 1 of this series. That article explained the #Kubernetes concept of a persistent volume (PV) and introduced Red Hat #OpenShift Data Foundation as a simple way to get persistent storage for your applications running in Red Hat OpenShift." https://developers.redhat.com/articles/2021/11/17/managing-persistent-volume-access-kubernetes

bkoehn@diaspora.koehn.com

For a while now, I've been building various #Docker images using a tool called #Kaniko, which runs in securely in userspace and can safely build images in #Kubernetes using #Gitlab CI.

I experimented today with using #BuildKit, which does the same basic thing as Kaniko but is faster, handles more complex build systems, and can build multi-arch images. It wasn't too hard to switch my Gitlab CI over to using it, just a few relatively simple tweaks and it was able to build even relatively sophisticated images (including one that choked newer versions of Kaniko) with ease.

Check the .gitlab-ci.yml file of the project below for a straightforward example.

https://gitlab.koehn.com/docker/postgres-wal-g