Kubernetes containers a boon for developers

By Phil Vuollet on July 15, 2020 devsecops

3 minute read time

Kubernetes helps to automate deploying, scaling, and managing multiple containers. It is the most popular container orchestration system in use right now.
Read More...

How to upskill your team with Kubernetes

By Brad McCoy on June 30, 2020 devsecops

4 minute read time

How we got everyone through the Certified Kubernetes Administrator (CKA) training and you can, too.
Read More...

Can Kubernetes keep a secret?

By Daniel Longest on June 10, 2020 AppSec

4 minute read time

Kubernetes Secrets store usernames and passwords as base-64 encoded strings. They are obscured from casual browsing, but this is the same as plaintext.
Read More...

KubeSecOps: Kubernetes Security Practices You Should Follow

By Derek Weeks on August 29, 2019 governance

3 minute read time

Karthik Gaekwad, (@iteration1), a developer and cloud native evangelist at Oracle, shares tips and tools to ensure your Kubernetes containers are secure.
Read More...

Building Microservice Architecture on Kubernetes

By Derek Weeks on August 22, 2019 open source goveranance

2 minute read time

Namespace-level isolation is helpful for managing Kubernetes architecture. Also, do not put all things in the default namespace. Keep it simple.
Read More...

10 Ways Kubernetes Enables DevOps

By Derek Weeks on June 03, 2019 devsecops

5 minute read time

Siamak Sadeghianfar (@siamaks), DevOps Evangelist at Red Hat, lays out 10 ways Kubernetes enables DevOps.
Read More...

Nexus Reference Platform: Kompose, OpenShift and Helm

By Curtis Yanko on August 29, 2018 Docker

3 minute read time

Exploring the migration from docker compose to kubernetes, openshift, and helm for the nexus reference platform.
Read More...

Nexus Reference Platform: Docker Stack and Kubernetes

By Curtis Yanko on August 27, 2018 Docker

3 minute read time

Nexus Reference Platform deployed to kubernetes using docker compose.
Read More...

Kubernetes Recipe: Sonatype Nexus 3 as a Private Docker Registry

By Oleg Smetanin on December 14, 2017 Docker

4 minute read time

With Sonatype Nexus 3 we can easily get private docker registry for Kubernetes cluster, npm and maven registry for applications.
Read More...