DODivine Odazieinodazie.hashnode.dev·Mar 16, 2023 · 8 min readHow to Deploy a Multi Container Docker Compose Application On Amazon EC2This article was originally posted on Everything DevOps. Container technology streamlined how you’d build, test, and deploy software from local environments, to the cloud or on-premise data centers. But with the benefit of building applications with ...00
DODivine Odazieinodazie.hashnode.dev·Mar 16, 2023 · 6 min readHow to restart Kubernetes Pods with kubectlThis article was originally posted on Everything DevOps. Anyone who has used Kubernetes for an extended period of time will know that things don’t always go as smoothly as you’d like. In production, unexpected things happen, and Pods can crash or fai...00
DODivine Odazieinodazie.hashnode.dev·Sep 19, 2022 · 7 min readLinux background and foreground process managementThis article was originally posted on Everything DevOps. There is support for background and foreground job processing in Linux-based operating systems. A job in this context is just a command launched from a terminal window. Any running command is a...00
DODivine Odazieinodazie.hashnode.dev·Sep 19, 2022 · 7 min readPersisting Data in Kubernetes with VolumesThis article was originally posted on Everything DevOps. Persisting Data in Kubernetes is complex. And this is because though Pods have readable and writable disk space, the disk space still depends on the Pod’s lifecycle. When building applications ...00
DODivine Odazieinodazie.hashnode.dev·Jul 29, 2022 · 4 min readHow to run Minikube on Apple M1 chip without Docker DesktopThis article was originally posted on Everything DevOps. Docker Desktop failed me, and at the time (13th July 2022) of writing this article, Hyperkit, VirtualBox, and other hypervisors specified here don’t work on the Apple M1 chip. Weeks ago, while ...00