Latest
news
Kubernetes Announces v1.18.7 release
Kubernetes has just released version v1.18.7 that moves the Kubernetes code base forward to Go 1.13.15 to address a number of minor issues.
tutorials
Git Branch Cheat Sheet
Use this cheat sheet to learn how to manage your Git branches and never again forget how to accomplish some of the most common tasks.
tutorials
Delete Local and Remote Git Branches
Learn how to delete your Git branches on your local filesystem and from a remote repository, and keep your repository clean from branch clutter.
tutorials
Using Unvault to Read Vaulted and Non Vaulted Files
Learn how to use the new Ansible Unvault plugin in a lookup to read the contents of any file, vaulted or non vaulted. Ansible will automatically detect and decrypt as necessary.
news
Ansible V2.10.0 Released
Ansible version v2.10.0 has officially been released, which includes a new built-in plugin named unvault, as well as a number of other features.
guides
GitOps: Should Configs be Stored Separately from Application Code
Should configs be stored in the same repository as code or should they be separated into different repositories.
tutorials
Using Hierarchical Namespaces in Kubernetes
Learn how to implement nested namespaces in Kubernetes using the new Hierarchical Namespaces resource type, and move away from two-dimensional resource organization.
tutorials
Securely Store TLS Certificates as Kubernetes Secrets
Learn how to securely store your your application's TLS certificate key-pairs in Kubernetes using secrets
tutorials
How to Create and Use Kubernetes Secrets
Learn how to securely store your sensitive information in Kubernetes secrets and access those secrets in your manifests.
Follow Us