aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • Engineering
  • Practices

If You Are Using ‘kubectl’, You Are Probably Doing It Wrong

  • aster.cloud
  • November 3, 2022
  • 3 minute read

Like many people, I managed my first cluster using the kubernetes cli (aka kubectl). I deployed a handful of ‘objects’ such as deployments, secrets, configmaps, and services by directly applying yaml files, such as:


Partner with aster.cloud
for your next big idea.
Let us know here.



From our partners:

CITI.IO :: Business. Institutions. Society. Global Political Economy.
CYBERPOGO.COM :: For the Arts, Sciences, and Technology.
DADAHACKS.COM :: Parenting For The Rest Of Us.
ZEDISTA.COM :: Entertainment. Sports. Culture. Escape.
TAKUMAKU.COM :: For The Hearth And Home.
ASTER.CLOUD :: From The Cloud And Beyond.
LIWAIWAI.COM :: Intelligence, Inside and Outside.
GLOBALCLOUDPLATFORMS.COM :: For The World's Computing Needs.
FIREGULAMAN.COM :: For The Fire In The Belly Of The Coder.
ASTERCASTER.COM :: Supra Astra. Beyond The Stars.
BARTDAY.COM :: Prosperity For Everyone.

With much trial and error, I finally got my local yaml files perfect, and could issue these commands and produce a working app almost every time.

Then, I added another few clusters for staging and production… and the number of commands tripled.

Then, I added another app… and the number of files and commands doubled again.

Then, I needed to upgrade my apps… and I had to change all the files and reissue all the commands again, for every upgrade.

Of course, as a human being, I made mistakes. Many of them caused my apps and/or certain features, and/or users to break. So, in order to troubleshoot my broken apps, I needed to learn and issue a whole lot of other kubectl commands, such as:

There had to be a better way. How could I automate this and remove the human error and overhead? Being an engineer and having written some diagnostic scripts in the past, I was seriously considering writing a set of scripts to automate these procedures, so I (and my future team) would stop making avoidable mistakes. After all, scripts would make ‘pushing’ a large number of commands to my ‘kubectl’ terminal easier. I also considered helm and Kustomize, but this didn’t solve the problem, as it still required that I push updates to various charts in addition to the kubectl terminals.

One day, I read an article about ArgoCD focused on the difference between ‘pushing’ and ‘pulling’ configuration, and the lightbulb went off for me. I should not be ‘pushing’ commands, or scripts, or chart updates. These approaches will always require human action in every cluster, for every app, all monitoring, and every upgrade.

Read More  Moving Data From The Mainframe To The Cloud Made Easy

Instead, I should be ‘pulling’ information from a single source of truth to the K8s clusters. In other words, create an agent in the cluster that listens to the source of truth (desired state of the application) and issues the commands robotically. Robots are much better at pushing commands then humans. With the pull approach, all my apps and all my clusters will behave exactly as I expect, with no further human error. When daily or weekly upgrades occur, I simply had to upgrade the desired state in one place, and all apps in all clusters would update automatically. This was the automation tool that I was searching for. As I read on, and eventually became an ArgoCD user, I realized that ArgoCD is the perfect robot for K8s app. ArgoCD takes this approach even further by putting that source of truth under source control, so I have an ‘undo’ button, and can audit the complete history of changes to my apps and clusters. GitOps is a much more robust, efficient and scalable model than any of the push models using kubectl.

So, if you are ‘pushing’ files, commands and/or charts to Kubernetes using the CLI, then you are probably doing it wrong. It’s fine to start with kubectl commands, but mission critical apps should be managed with GitOps.

There’s a better way, called ArgoCD, and it is ready for you to use, right now. So, join the GitOps revolution.

CTA: If you want to get started quickly, Nethopper will give you an ArgoCD server in seconds, just by signing up for a free account at mynethopper.com. Read more about it and the Documents at nethopper.io. We’ll help you attach your minikube(s), OpenShift, EKS, other clusters securely, so you can spend more time developing your apps, and less time operating them.

Read More  Come For The Sample App, Stay For The Main Course: Cloud Spanner Free Trial Instances

Guest post originally published on the Nethopper blog by Chris Munford
Source: CNCF Blog


For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!

Our humans need coffee too! Your support is highly appreciated, thank you!

aster.cloud

Related Topics
  • ArgoCD
  • Best Practice
  • Cloud Native Computing Foundation
  • Containers
  • Deployment
  • Kubernetes
  • Tutorials
You May Also Like
View Post
  • Engineering
  • Technology

Apple supercharges its tools and technologies for developers to foster creativity, innovation, and design

  • June 9, 2025
View Post
  • Engineering

Just make it scale: An Aurora DSQL story

  • May 29, 2025
View Post
  • Engineering
  • Technology

Guide: Our top four AI Hypercomputer use cases, reference architectures and tutorials

  • March 9, 2025
View Post
  • Computing
  • Engineering

Why a decades old architecture decision is impeding the power of AI computing

  • February 19, 2025
View Post
  • Engineering
  • Software Engineering

This Month in Julia World

  • January 17, 2025
View Post
  • Engineering
  • Software Engineering

Google Summer of Code 2025 is here!

  • January 17, 2025
View Post
  • Data
  • Engineering

Hiding in Plain Site: Attackers Sneaking Malware into Images on Websites

  • January 16, 2025
View Post
  • Computing
  • Design
  • Engineering
  • Technology

Here’s why it’s important to build long-term cryptographic resilience

  • December 24, 2024

Stay Connected!
LATEST
  • How to create an AWS free tier account
    • July 10, 2025
  • How to configure multiple AWS CLI authentication credentials
    • July 10, 2025
  • 3
    Formula E accelerates its work with Google Cloud Storage and Google Workspace
    • July 9, 2025
  • What is database as a service (DBaaS)?
    • July 7, 2025
  • The cloud’s role in PQC migration
    • July 7, 2025
  • 6
    Hybrid cloud has hit the mainstream – but firms are still confused about costs
    • July 7, 2025
  • 7
    Building secure, scalable AI in the cloud with Microsoft Azure
    • July 5, 2025
  • 8
    Turns out OpenAI is the customer behind Oracle’s mysterious $30 billion cloud deal
    • July 3, 2025
  • aster-cloud-erp-bill_of_materials_2 9
    What is an SBOM (software bill of materials)?
    • July 2, 2025
  • aster-cloud-sms-pexels-tim-samuel-6697306 10
    Send SMS texts with Amazon’s SNS simple notification service
    • July 1, 2025
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • 1
    A looming hyperscaler exodus? UK IT leaders are thinking of ditching US cloud providers – here’s why
    • June 26, 2025
  • Genome 2
    AlphaGenome: AI for better understanding the genome
    • June 25, 2025
  • aster-cloud-website-pexels-goumbik-574069 3
    Host a static website on AWS with Amazon S3 and Route 53
    • June 27, 2025
  • Camping 4
    The Summer Adventures : Camping Essentials
    • June 27, 2025
  • 6 edge monitoring best practices in the cloud
    • June 25, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.