Publish and Subscribe / Process / Store
- Kafka uses ZooKeeper as a distributed backend.
Original Article: https://kodekloud.com/blog/kubernetes-objects/
Kubernetes is a container orchestration tool, used to deploy & manage containerized applications in an automated way.
One of the key concepts in Kubernetes is the "desired state," which refers to the configurations of the applications that you want to deploy and run. Essentially, it's the way you want your applications to be set up and how you want them to behave in a Kubernetes environment. This includes things like how many instances of applications should be running, how those instances should be networked together, what resources they should have access to, and so on.
So, how do you define the desired state? By using objects.
What Are Kubernetes Objects?
Accessibility is the ability to make websites usable by everyone. When a website is not accessible, we are creating barriers and making their impairment a disability. We need to build websites and include accessibility testing in our STLC to cater to people with disabilities for both better business and usability. Accessibility testing involves checking whether a website abides by WCAG guidelines and accessibility legislation and yields better SEO.
Accessibility (a11y) audit is a combination of automated and manual testing done using assistive tools. An audit tool helps the recipient to understand the issues, provides steps to reproduce the issue, recommendations for guidance and output the compliance goal.
Let's explore some of the widely-used accessibility audit tools
Lighthouse is an open-source, automated tool that can audit web pages regarding performance or accessibility issues.
run below commands:
brew tap mongodb/brewcd to that locationbin/zookeeper-server-start.sh config/zookeeper.propertiesbin/kafka-server-start.sh config/server.properties to start kafkabin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:latest start-devIf you are using podman then just replace docker with podman in above bash command
| /** My comments -taw -- Source location of this script: https://gist.github.com/taw00/1c014549dd649c597518e6eb4f1e3969 | |
| * To use in Google Sheets: | |
| * - Open or create Google Spreadsheet | |
| * - Click on Tools -> Script Editor | |
| * - Click Create script for Spreadsheet | |
| * - Delete the placeholder content and paste the code from this script | |
| * - Click the save button and give the project a name | |
| * - Back in the spreadsheet, in a cell, you can type “=ImportJSON()” and begin filling out it’s parameters. | |
| * Original developer: | |
| * - http://blog.fastfedora.com/projects/import-json |
JAVA_HOME variable path to environment variables with value C:\Program Files\Java\jdk-<version-number>\https://www.sonarqube.org/downloads/StartSonar.bat from sonarqube\bin\windows-x86–64http://localhost:9000 to see sonar dashboard.sonar-project.properties filesonar.projectKey=<your-project-key>
npm i -D jest @types/jest jest-preset-angularnpm uninstall -D jasmine @types/jasmine karma karma-jasmine karma-jasmine-html-reporter karma-phantomjs-launcher karma-sonarqube-unit-reportersrc/test.ts, karma.conf.jsjest.setup.ts, jest.config.js at root folder level.jest.setup.ts:import 'jest-preset-angular';
Object.defineProperty(window, 'CSS', {value: null});