This cheat sheet for Kubernetes gives you a good overview of the most important commands that you have with kubectl.
If you're just starting out with Kubernetes or already have some experience the cheat sheet is a good reference in case you tend to forget how exactly those commands were :-)
Read more
Debugging distributed systems can be a pain.
There are so many things that could go wrong, from application failures to container permissions to firewalls and networking issues.
In this blog post we will get to know 6 useful CLI tools to help identify the root cause of any unexpected behavior.
Read more
Cloud Foundry is an open-source platform as a service (PaaS) that enables developers to deploy applications fast and at scale.
With its widespread adoption across big organizations, it's important to understand its basic concepts.
This blog post provides the fundamental terminology required to have a basic understanding of Cloud Foundry.
Read more
When committing to Cloud Foundry some companies make the strategic decision to take full ownership of platform deployment and operations and deploy the open source Cloud Foundry distribution to fully understand all moving parts.
While open source Cloud Foundry has gotten rather easy to deploy with the cf-deployment project, there is still a lot of more to do in order to make an open source deployment production ready.
This blog post highlights the challenges we faced unique to deploying the open source Cloud Foundry, and gives advice on how to grow through these challenges.
Read more
This blog post covers advanced DevOps practices.
To get started with DevOps you may want to read the preceding blog post on Getting to DevOps: A Checklist.
Read more