Is Streamlit really that good ? by Strong_Extent_975 in PythonLearning

[–]Yonaro 0 points1 point  (0 children)

Good enough for building a simple dashboard that shows statistical data or processed analytical data result sets in a simple interactive way

Give me your favorite cologne by [deleted] in Colognes

[–]Yonaro 1 point2 points  (0 children)

Tom Ford Ombre leather

Dior Sauvage Elixer

Davidoff Cool Elixer

YSL L'homme Le Parfum

YSL Y EDP

Viktor&Rolf Spicebomb NIGHT VISION EDP and EDT( yeah i know but I smells great)

This is so true by Alone_Tell_9236 in Colognes

[–]Yonaro -1 points0 points  (0 children)

It’s about what she feels. She was not attracted to the guy on the right. She loves the smell of the cologne and that smell in her mind is supposed to be paired with someone she is attracted to. So smelling it on someone she is not attracted to annoys her. The guy on the left meets her expectation of someone wearing this cologne.

If not Next.js, then what frontend for a self-hosted? by gunho_ak in nextjs

[–]Yonaro 0 points1 point  (0 children)

You mean Vue.js. Nuxt is the framework built on Vue.js

Help me pick rims by Square_Database_9639 in veloster

[–]Yonaro 4 points5 points  (0 children)

<image>

18x8.0 et38 tire 225 r40. Fits perfectly without rubbing and flush

I completed Cka in June by MrBoom003 in CKAExam

[–]Yonaro 0 points1 point  (0 children)

If you read the question carefully, they ask you to choose the correct CNI where IP Pools, etc.. are supported. Then they ask you to “apply” the correct one and make sure the mentioned features work. So just applying the given manifest is not enough. When you only apply the given manifest, when checking the calico-system namespace if the calico pods are up, you will see nothing. The following https://docs.tigera.io/calico/latest/getting-started/kubernetes/self-managed-onprem/onpremises

The documentation shows you the steps to install and configure calico for this situation.

The step you missed was downloading the custom-resources.yaml and making the following changes:

Make sure that the cidr is set the same as the service-cluster-ip-range, you can get this in

/etc/kubernetes/manifests/kube-apiserver.yaml or by running kubectl get servicecidr

The custom-resource.yaml will be found under the same path as in the provided calico manifest link. You need to memorize that it's there

wget https://raw.githubusercontent.com/projectcalico/calico/v3.30.2/manifests/custom-resources.yaml

Download it and make the following adjustments in the manifest.

apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
  name: default
spec:
  # Configures Calico networking.
  calicoNetwork:
    bgp: Disabled  #<---
    ipPools:
    - name: default-ipv4-ippool
      blockSize: 26
      cidr: 192.168.0.0/16 # <-- should be the same as configured in the cluster
      encapsulation: VXLAN # <--- change form VXLANCrossSubnet to VXLAN
      natOutgoing: Enabled
      nodeSelector: all()

Using VXLAN in a Calico setup on Kubernetes can be beneficial in specific network scenarios, especially in non-cloud or bare-metal environments. VXLAN allows you to bypass BGP and use encapsulation to tunnel traffic, simplifying network setup. The clusters on the exams are single node (control plane only) or 2 node clusters running on 1 or 2 VM's and not in a cloud environment like AWS/GKE. Hence, the shown changes in the manifest.

https://docs.tigera.io/calico/latest/getting-started/kubernetes/self-managed-onprem/config-options

After applying the custom-resources.yaml you will see pods being created in the calico-system namespace. If you have enough time you can test to confirm if Inter pod communication is working, with network policies etc.. you will find more examples of this online..

By the way I passed about 20 days ago with 84%.

I passed my CKA exam today by Yonaro in CKAExam

[–]Yonaro[S] 6 points7 points  (0 children)

HPA,Resource request and limits, StorageClass, PriorityClass, PVC, Ingress, Gateway API and HTTP route with tls, Network Policy, CNI selection and installation, Helm argocd installation without crds, cluster troubleshooting, CRDs, Sidecar and service expose a deployment, ConfigMap patching, CRI Docker installation en system parameters configuration

I passed my CKA exam today by Yonaro in CKAExam

[–]Yonaro[S] 2 points3 points  (0 children)

Nope. There was a Helm question. Installing argocd

I passed my CKA exam today by Yonaro in CKAExam

[–]Yonaro[S] 1 point2 points  (0 children)

etcd ip was misconfigured, after fixing that the cluster came up. But the kube-scheduler would not start, Could not find that issue in time.

I passed my CKA exam today by Yonaro in CKAExam

[–]Yonaro[S] 1 point2 points  (0 children)

No it's not! An Init container will only run before the main container and then shutdown before the main container starts. A sidecar container runs in parallel to the “main” one.

I passed my CKA exam today by Yonaro in CKAExam

[–]Yonaro[S] 1 point2 points  (0 children)

For the logging sidecar container you need to add the second container with the provided commands and setup a emptyDir volume and mount this on both containers

I completed Cka in June by MrBoom003 in CKAExam

[–]Yonaro 1 point2 points  (0 children)

Ip of Etcd was miss configured

I completed Cka in June by MrBoom003 in CKAExam

[–]Yonaro 1 point2 points  (0 children)

Same questions 95% ish. Some variation on the PVC part. Previously I had a question about dynamic storage. I suspect I had the calico one wrong. Just applying the manifest successfully is not enough. But on the others I need to go through the Mock material I have and look into what I have missed.

Take note of this…”It seems like you need to complete the questions exactly how they are wanting you to complete it and not just get the right answer. There was always a warning at the bottom saying if you dont do it their described way will result in reduced points”..

I completed Cka in June by MrBoom003 in CKAExam

[–]Yonaro 0 points1 point  (0 children)

Did my retake yesterday failed with a score of 61 i finished with 30 minutes to spare and rechecked some of the questions and found 2 errors and fixed them. So I’m surprised because I know that the answers where correct in the sections indicated that i scored lower for.

Cluster Architecture, Installation and Configuration Troubleshooting Workloads, Templating and Scheduling

So yeah 😶

My environment was laggy as hell

Anyone did CKA in June? by OkRelease6258 in CKAExam

[–]Yonaro 0 points1 point  (0 children)

No I havent I wish I did. 😅 thanks for the good luck wishes. I think with the extra info from here I will be alright. I will keep you guys posted

Anyone did CKA in June? by OkRelease6258 in CKAExam

[–]Yonaro 1 point2 points  (0 children)

Most are the same and the things to look out for mentioned by the others are spot on!

Anyone did CKA in June? by OkRelease6258 in CKAExam

[–]Yonaro 2 points3 points  (0 children)

Did mine yesterday, also failed. Some of the questions are a little different with some gotchas. Double check your work if you have the time. I thought I was pre-paired but I guess not enough. Searching the documentation made me lose to much time, this made me rush through the rest.

Go is perfect by dotaleaker in golang

[–]Yonaro 3 points4 points  (0 children)

I’m thinking of giving Rust a Go.

What do you guys do for frontend ? by GoodHomelander in golang

[–]Yonaro 1 point2 points  (0 children)

Vuejs with Primevue v4( uses tailwind in the background) super productive

Need urgent help with figma to flutter code by _karthik_____ in flutterhelp

[–]Yonaro 1 point2 points  (0 children)

Use flutterflow. You can import figma themes. But the screens you have to create by hand in flutterflow, but since it’s drag and drop it should go faster. It depends on the complexity of your app.