Top new questions this week:
|
I have 2 pods and my application is based on a cluster i.e. application synchronizes with another pod to bring it up. Let us say in my example I am using appod1 and appod2 and the synchronization port …
|
Greatest hits from previous weeks:
|
I am trying to run a Docker container as a router between a private (–internal) Docker network and the predefined host network. This means the container needs to have two network interfaces: One “…
|
When applying for a job, usually you can find two types of similar jobs: Sysadmin Engineer and DevOps Engineer. Both of them deal with server configuration and ensure the reliable operation of …
|
Defining a boolean in a docker-compose.yml file: environment: SOME_VAR: true and running docker up results in: contains true, which is an invalid type, it should be a string, number, or a null …
|
I have my security groups in a securitygroup.tf file. In the same dir there are plenty of other resource descriptions (rds, ec2 etc). Is there a way to perform a terraform apply –auto-approve only …
|
I have followed the instructions on command line: docs.microsoft.com/en-us/azure/devops/repos/git/merging?view=azure-devops&tabs=visual-studio all I want to do is resolve this merge …
|
I cannot create a kubernetes pod. I just deployed Kubernetes to Ubuntu 16.04. I have this as a.yml: apiVersion: v1 kind: ReplicationController metadata: name: nginx spec: replicas: 2 selector:…
|
Looking at hub.docker.com/_/php I can see reference to php-cli and php-fpm. Now, I am aware of the concepts of PHP FPM – Fast CGI Process Manager. I’m also aware the PHP can be run in the …
|
Can you answer these questions?
|
I am running k0s (v1.25.2+k0s.0) on WSL(Ubuntu 22.04). I am trying to install ElasticSearch’s Kibana on my cluster, but: ✗ HelmRelease reconciliation failed: install retries exhausted flux get all -…
|
I have a CLI application which runs on Nomad, task “create-cli” { driver = “docker” config { image = “cli-app:local” tty = true …
|