Kubernetes
Create a full-featured Kubernetes Cluster on your PC
With only a single command, you could have a fully-functional cluster running locally in seconds!
Kubernetes
With only a single command, you could have a fully-functional cluster running locally in seconds!
github
GitHub has taken a strong stance on not implementing a folder structures to support sorting of repositories. Why is that? They believe that it is unnecessary – and it is. Adding folders would add a layer of confusion that can be solved easily at a more meta level. This holds true
Azure Kubernetes Service
I'm going to share with you some of the best resources out there for learning Kubernetes. Take a look!
Kubernetes
A few quick and easy ways to switch contexts rapidly.
git
There are several out there, and a lot of opinions to go with them. Having served in a consulting capacity for many organizations, ranging from small startups to very large enterprises, I have seen all of the major strategies. I've even seen organizations make up their own strategies
DevSecOps
The term "Pipelines as Code" means that you are defining the process through which your code moves from source control, all the way to running in production. This practice is absolutely necessary if you want to build a high performing development process that allows your system to be
Azure Kubernetes Service
Did you know that Terraform can run kubectl commands? Yep! There's a provider for Kubernetes. The Kubernetes provider has a growing list of resources that you can manage via Terraform. For instance, you could declaratively and explicitly manage Kubernetes permissions via Terraform by defining roles and role bindings.
Career
When getting started with Kubernetes, I was extremely lost. I tried jumping straight into the Kubernetes documentation, but I wasn't able to make sense of it all and where to begin. It's okay if that's where you are – that's totally normal. So,
ci/cd
So you're ready to automate your application deployment to Kubernetes. You've made the right choice! Let's consider what a pipeline might look like if you are using Kubernetes manifests directly without the use of a tool such as Helm. In other words, you just
macos
Did you get this error when running a git command? xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun No problem! Just run this command to fix it (even if you've installed it before): xcode-select --install If that doesn&
golang
With its popularity on a wild rise for several years in a row, Go is a language worth spending some time with in your spare time.